org.hibernate.event
Class PreCollectionRemoveEvent

java.lang.Object
  extended byorg.hibernate.event.AbstractEvent
      extended byorg.hibernate.event.AbstractCollectionEvent
          extended byorg.hibernate.event.PreCollectionRemoveEvent
All Implemented Interfaces:
Serializable

public class PreCollectionRemoveEvent
extends AbstractCollectionEvent

An event that occurs before a collection is removed

Author:
Gail Badner
See Also:
Serialized Form

Constructor Summary
PreCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source, Object loadedOwner)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreCollectionRemoveEvent

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