@groovy.transform.CompileStatic class ModificationTrackingEntityAccess
Tracks modifications to the entity access, this allows synchronization of state for Hibernate for example
| Type | Name and description | 
|---|---|
| java.util.Map<java.lang.String, java.lang.Object> | modifiedPropertiesThe modified properties | 
| java.lang.String | property | 
| EntityAccess | targetThe target entity access | 
| Constructor and description | 
|---|
| ModificationTrackingEntityAccess
                                (EntityAccess target) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.Object | getProperty(java.lang.String name) | 
|  | void | setProperty(java.lang.String name, java.lang.Object value)Sets a property value | 
|  | void | setPropertyNoConversion(java.lang.String name, java.lang.Object value) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
The modified properties
The target entity access
Sets a property value
name -  The name of the propertyvalue -  The value of the property