Class AuditedListener

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

    public class AuditedListener
    extends java.lang.Object
    implements org.hibernate.envers.RevisionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      AuditedListener()  
    • Method Summary

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

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

      • AuditedListener

        public AuditedListener()
    • Method Detail

      • newRevision

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