org.hibernate.envers
public interface: RevisionListener [javadoc |
source]
An implementation of this class, having a no-arg constructor, should be passed as an argument to the
RevisionEntity annotation.
- author:
Adam - Warski (adam at warski dot org)
| Method from org.hibernate.envers.RevisionListener Summary: |
|---|
|
newRevision |
| Method from org.hibernate.envers.RevisionListener Detail: |
public void newRevision(Object revisionEntity)
Called when a new revision is created. |