Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers » [javadoc | source]
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.
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.