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