Class EnversListenerDuplicationStrategy

  • All Implemented Interfaces:
    org.hibernate.event.service.spi.DuplicationStrategy

    public class EnversListenerDuplicationStrategy
    extends java.lang.Object
    implements org.hibernate.event.service.spi.DuplicationStrategy
    Event listener duplication strategy for envers
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.hibernate.event.service.spi.DuplicationStrategy

        org.hibernate.event.service.spi.DuplicationStrategy.Action
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean areMatch​(java.lang.Object listener, java.lang.Object original)  
      org.hibernate.event.service.spi.DuplicationStrategy.Action getAction()  
      • Methods inherited from class java.lang.Object

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

      • EnversListenerDuplicationStrategy

        public EnversListenerDuplicationStrategy()
    • Method Detail

      • areMatch

        public boolean areMatch​(java.lang.Object listener,
                                java.lang.Object original)
        Specified by:
        areMatch in interface org.hibernate.event.service.spi.DuplicationStrategy
      • getAction

        public org.hibernate.event.service.spi.DuplicationStrategy.Action getAction()
        Specified by:
        getAction in interface org.hibernate.event.service.spi.DuplicationStrategy