Package org.hibernate.event.spi
Class PostCollectionRemoveEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.AbstractCollectionEvent
org.hibernate.event.spi.PostCollectionRemoveEvent
- All Implemented Interfaces:
Serializable
An event that occurs after a collection is removed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostCollectionRemoveEvent
(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source, Object loadedOwner) -
Method Summary
Methods inherited from class org.hibernate.event.spi.AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull
Methods inherited from class org.hibernate.event.spi.AbstractEvent
getFactory, getSession
-
Constructor Details
-
PostCollectionRemoveEvent
public PostCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source, Object loadedOwner)
-