Interface AuditWorkUnit
- All Superinterfaces:
WorkUnitMergeDispatcher, WorkUnitMergeVisitor
- All Known Implementing Classes:
AbstractAuditWorkUnit, AddWorkUnit, CollectionChangeWorkUnit, DelWorkUnit, FakeBidirectionalRelationWorkUnit, ModWorkUnit, PersistentCollectionChangeWorkUnit
Captures specific auditable mutation events.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangenerateData(Object revisionData) booleanvoidPerform this work unit in the given session.voidundo(org.hibernate.engine.spi.SharedSessionContractImplementor session) Methods inherited from interface WorkUnitMergeDispatcher
dispatch
-
Method Details
-
getEntityId
Object getEntityId() -
getEntityName
String getEntityName() -
containsWork
boolean containsWork() -
isPerformed
boolean isPerformed() -
generateData
-
getRevisionType
RevisionType getRevisionType()- Returns:
- Performed modification type.
-