Package org.hibernate.event.spi
Class PreCollectionRemoveEvent
- java.lang.Object
-
- org.hibernate.event.spi.AbstractEvent
-
- org.hibernate.event.spi.AbstractCollectionEvent
-
- org.hibernate.event.spi.PreCollectionRemoveEvent
-
- All Implemented Interfaces:
Serializable
public class PreCollectionRemoveEvent extends AbstractCollectionEvent
An event that occurs before a collection is removed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreCollectionRemoveEvent(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
getSession
-
-
-
-
Constructor Detail
-
PreCollectionRemoveEvent
public PreCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source, Object loadedOwner)
-
-