org.hibernate.envers.synchronization
Class EntityChangeNotifier
java.lang.Object
org.hibernate.envers.synchronization.EntityChangeNotifier
public class EntityChangeNotifier
- extends Object
Notifies RevisionInfoGenerator
about changes made in the current revision.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityChangeNotifier
public EntityChangeNotifier(RevisionInfoGenerator revisionInfoGenerator,
SessionImplementor sessionImplementor)
entityChanged
public void entityChanged(Session session,
Object currentRevisionData,
AuditWorkUnit vwu)
- Notifies
RevisionInfoGenerator
about changes made in the current revision. Provides information
about modified entity class, entity name and its id, as well as RevisionType
and revision log entity.
- Parameters:
session
- Active session.currentRevisionData
- Revision log entity.vwu
- Performed work unit.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.