@CompileStatic class ModificationTrackingEntityAccess extends Object implements EntityAccess
Tracks modifications to the entity access, this allows synchronization of state for Hibernate for example
| Type | Name and description |
|---|---|
Map<String, Object> |
modifiedPropertiesThe modified properties |
String |
property |
EntityAccess |
targetThe target entity access |
| Constructor and description |
|---|
ModificationTrackingEntityAccess(EntityAccess target) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
getProperty(String name) |
|
void |
setProperty(String name, Object value)Sets a property value |
|
void |
setPropertyNoConversion(String name, Object value) |
The target entity access
Groovy Documentation