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