Class EntityChangeNotifier
java.lang.Object
org.hibernate.envers.internal.synchronization.EntityChangeNotifier
Notifies
RevisionInfoGenerator about changes made in the current revision.-
Constructor Summary
ConstructorsConstructorDescriptionEntityChangeNotifier(RevisionInfoGenerator revisionInfoGenerator, org.hibernate.engine.spi.SharedSessionContractImplementor sessionImplementor) -
Method Summary
Modifier and TypeMethodDescriptionvoidentityChanged(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object currentRevisionData, AuditWorkUnit vwu) NotifiesRevisionInfoGeneratorabout changes made in the current revision.
-
Constructor Details
-
Method Details