@Trait @CompileStatic trait GormEntityDirtyCheckable extends DirtyCheckable
Special trait meant only for GORM entities to override default behaviour of DirtyCheckable. Applied manually during GormEntity transformation
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
hasChanged(String propertyName) |
| Methods inherited from class | Name |
|---|---|
trait DirtyCheckable |
getOriginalValue, hasChanged, hasChanged, listDirtyPropertyNames, markDirty, markDirty, markDirty, markDirty, syncChangedProperties, trackChanges, trackChanges |