Class EnversPostCollectionRecreateEventListenerImpl
java.lang.Object
org.hibernate.envers.event.spi.BaseEnversEventListener
org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
- All Implemented Interfaces:
EnversListener, PostCollectionRecreateEventListener
public class EnversPostCollectionRecreateEventListenerImpl
extends BaseEnversCollectionEventListener
implements PostCollectionRecreateEventListener
Envers-specific collection recreation event listener
-
Constructor Summary
ConstructorsConstructorDescriptionEnversPostCollectionRecreateEventListenerImpl(org.hibernate.envers.boot.internal.EnversService enversService) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class BaseEnversCollectionEventListener
getCollectionEntry, initializeCollection, onCollectionAction, onCollectionActionInversed, shouldGenerateRevisionMethods inherited from class BaseEnversEventListener
checkIfTransactionInProgress, generateBidirectionalCollectionChangeWorkUnits, getEnversService
-
Constructor Details
-
EnversPostCollectionRecreateEventListenerImpl
public EnversPostCollectionRecreateEventListenerImpl(org.hibernate.envers.boot.internal.EnversService enversService)
-
-
Method Details
-
onPostRecreateCollection
- Specified by:
onPostRecreateCollectionin interfacePostCollectionRecreateEventListener
-