Package org.hibernate.envers.event.spi
Class EnversListenerDuplicationStrategy
- java.lang.Object
-
- org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
-
- All Implemented Interfaces:
org.hibernate.event.service.spi.DuplicationStrategy
public class EnversListenerDuplicationStrategy extends java.lang.Object implements org.hibernate.event.service.spi.DuplicationStrategyEvent listener duplication strategy for envers
-
-
Field Summary
Fields Modifier and Type Field Description static EnversListenerDuplicationStrategyINSTANCESingleton access
-
Constructor Summary
Constructors Constructor Description EnversListenerDuplicationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanareMatch(java.lang.Object listener, java.lang.Object original)org.hibernate.event.service.spi.DuplicationStrategy.ActiongetAction()
-
-
-
Field Detail
-
INSTANCE
public static final EnversListenerDuplicationStrategy INSTANCE
Singleton access
-
-
Method Detail
-
areMatch
public boolean areMatch(java.lang.Object listener, java.lang.Object original)- Specified by:
areMatchin interfaceorg.hibernate.event.service.spi.DuplicationStrategy
-
getAction
public org.hibernate.event.service.spi.DuplicationStrategy.Action getAction()
- Specified by:
getActionin interfaceorg.hibernate.event.service.spi.DuplicationStrategy
-
-