org.hibernate.event

Class PreCollectionRemoveEvent

Implemented Interfaces:
Serializable

public class PreCollectionRemoveEvent
extends AbstractCollectionEvent

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

Constructor Summary

PreCollectionRemoveEvent(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

PreCollectionRemoveEvent

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