org.hibernate.event

Class PostCollectionUpdateEvent

Implemented Interfaces:
Serializable

public class PostCollectionUpdateEvent
extends AbstractCollectionEvent

An event that occurs after a collection is updated
Author:
Gail Badner

Constructor Summary

PostCollectionUpdateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)

Method Summary

Methods inherited from class org.hibernate.event.AbstractCollectionEvent

getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull

Methods inherited from class org.hibernate.event.AbstractEvent

getSession

Constructor Details

PostCollectionUpdateEvent

public PostCollectionUpdateEvent(CollectionPersister collectionPersister,
                                 PersistentCollection collection,
                                 EventSource source)