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 BaseEnversCollectionEventListener
getCollectionEntry, initializeCollection, onCollectionAction, onCollectionActionInversed, shouldGenerateRevisionMethods inherited from class 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
-