Class PostCollectionRecreateEvent
java.lang.Object
org.hibernate.event.spi.AbstractSessionEvent
org.hibernate.event.spi.AbstractCollectionEvent
org.hibernate.event.spi.PostCollectionRecreateEvent
- All Implemented Interfaces:
Serializable
An event that occurs after a collection is recreated
- See Also:
-
Field Summary
Fields inherited from class AbstractSessionEvent
source -
Constructor Summary
ConstructorsConstructorDescriptionPostCollectionRecreateEvent(PersistentCollection<?> collection, Object id, String entityName, Object loadedOwner) PostCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source) -
Method Summary
Methods inherited from class AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNullMethods inherited from class AbstractSessionEvent
getEventSource, getFactory, getSession
-
Constructor Details
-
PostCollectionRecreateEvent
public PostCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source) -
PostCollectionRecreateEvent
public PostCollectionRecreateEvent(PersistentCollection<?> collection, Object id, String entityName, Object loadedOwner)
-