Class RevisionEntityListenerImpl

  • All Implemented Interfaces:
    org.hibernate.envers.RevisionListener

    public class RevisionEntityListenerImpl
    extends java.lang.Object
    implements org.hibernate.envers.RevisionListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void newRevision​(java.lang.Object revisionEntity)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RevisionEntityListenerImpl

        public RevisionEntityListenerImpl()
    • Method Detail

      • newRevision

        public void newRevision​(java.lang.Object revisionEntity)
        Specified by:
        newRevision in interface org.hibernate.envers.RevisionListener