org.hibernate.event

Class PostCollectionRemoveEvent

Implemented Interfaces:
Serializable

public class PostCollectionRemoveEvent
extends AbstractCollectionEvent

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

Constructor Summary

PostCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source, Object loadedOwner)

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

PostCollectionRemoveEvent

public PostCollectionRemoveEvent(CollectionPersister collectionPersister,
                                 PersistentCollection collection,
                                 EventSource source,
                                 Object loadedOwner)