Package org.hibernate.envers.event.spi
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,org.hibernate.event.spi.PostCollectionRecreateEventListener
public class EnversPostCollectionRecreateEventListenerImpl
extends BaseEnversCollectionEventListener
implements org.hibernate.event.spi.PostCollectionRecreateEventListener
Envers-specific collection recreation event listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPostRecreateCollection(org.hibernate.event.spi.PostCollectionRecreateEvent event) Methods inherited from class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
getCollectionEntry, initializeCollection, onCollectionAction, onCollectionActionInversed, shouldGenerateRevisionMethods inherited from class org.hibernate.envers.event.spi.BaseEnversEventListener
checkIfTransactionInProgress, generateBidirectionalCollectionChangeWorkUnits, getEnversService
-
Constructor Details
-
EnversPostCollectionRecreateEventListenerImpl
-
-
Method Details
-
onPostRecreateCollection
public void onPostRecreateCollection(org.hibernate.event.spi.PostCollectionRecreateEvent event) - Specified by:
onPostRecreateCollectionin interfaceorg.hibernate.event.spi.PostCollectionRecreateEventListener
-