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:
java.io.Serializable
,EnversListener
,PostCollectionRecreateEventListener
public class EnversPostCollectionRecreateEventListenerImpl extends BaseEnversCollectionEventListener implements PostCollectionRecreateEventListener
Envers-specific collection recreation event listener- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnversPostCollectionRecreateEventListenerImpl(org.hibernate.envers.boot.internal.EnversService enversService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onPostRecreateCollection(PostCollectionRecreateEvent event)
-
Methods inherited from class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
getCollectionEntry, initializeCollection, onCollectionAction, onCollectionActionInversed, shouldGenerateRevision
-
Methods inherited from class org.hibernate.envers.event.spi.BaseEnversEventListener
checkIfTransactionInProgress, generateBidirectionalCollectionChangeWorkUnits, getEnversService
-
-
-
-
Method Detail
-
onPostRecreateCollection
public void onPostRecreateCollection(PostCollectionRecreateEvent event)
- Specified by:
onPostRecreateCollection
in interfacePostCollectionRecreateEventListener
-
-