org.hibernate.event
Class PostCollectionRemoveEvent
java.lang.Object
   org.hibernate.event.AbstractEvent
org.hibernate.event.AbstractEvent
       org.hibernate.event.AbstractCollectionEvent
org.hibernate.event.AbstractCollectionEvent
           org.hibernate.event.PostCollectionRemoveEvent
org.hibernate.event.PostCollectionRemoveEvent
- All Implemented Interfaces: 
- Serializable
- public class PostCollectionRemoveEvent 
- extends AbstractCollectionEvent
An event that occurs after a collection is removed
- Author:
- Gail Badner
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PostCollectionRemoveEvent
public PostCollectionRemoveEvent(CollectionPersister collectionPersister,
                                 PersistentCollection collection,
                                 EventSource source,
                                 Object loadedOwner)
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.