@CompileStatic class GrailsEntityDirtinessStrategy extends Object implements CustomEntityDirtinessStrategy
A class to customize Hibernate dirtiness based on Grails DirtyCheckable interface
| Modifiers | Name | Description |
|---|---|---|
class |
GrailsEntityDirtinessStrategy.1 |
| Modifiers | Name | Description |
|---|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and description |
|---|
GrailsEntityDirtinessStrategy() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
canDirtyCheck(Object entity, EntityPersister persister, Session session) |
|
void |
findDirty(Object entity, EntityPersister persister, Session session, CustomEntityDirtinessStrategy.DirtyCheckContext dirtyCheckContext) |
|
Status |
getStatus(Session session, Object entity) |
|
boolean |
isDirty(Object entity, EntityPersister persister, Session session) |
|
void |
resetDirty(Object entity, EntityPersister persister, Session session) |