org.hibernate.event.spi
Class PostCollectionRemoveEvent

java.lang.Object
  extended by org.hibernate.event.spi.AbstractEvent
      extended by org.hibernate.event.spi.AbstractCollectionEvent
          extended by org.hibernate.event.spi.PostCollectionRemoveEvent
All Implemented Interfaces:
Serializable

public class PostCollectionRemoveEvent
extends AbstractCollectionEvent

An event that occurs after a collection is removed

See Also:
Serialized Form

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

Constructor Detail

PostCollectionRemoveEvent

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


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.