Class PostCollectionRemoveEvent
java.lang.Object
org.hibernate.event.spi.AbstractSessionEvent
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:
-
Field Summary
Fields inherited from class AbstractSessionEvent
source -
Constructor Summary
ConstructorsConstructorDescriptionPostCollectionRemoveEvent(PersistentCollection<?> collection, Object id, String entityName, Object loadedOwner) PostCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source, Object loadedOwner) -
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
-
PostCollectionRemoveEvent
public PostCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source, Object loadedOwner) -
PostCollectionRemoveEvent
public PostCollectionRemoveEvent(PersistentCollection<?> collection, Object id, String entityName, Object loadedOwner)
-