org.hibernate.event
Class PreCollectionUpdateEvent
java.lang.Object
   org.hibernate.event.AbstractEvent
org.hibernate.event.AbstractEvent
       org.hibernate.event.AbstractCollectionEvent
org.hibernate.event.AbstractCollectionEvent
           org.hibernate.event.PreCollectionUpdateEvent
org.hibernate.event.PreCollectionUpdateEvent
- All Implemented Interfaces: 
- Serializable
- public class PreCollectionUpdateEvent 
- extends AbstractCollectionEvent
An event that occurs before a collection is updated
- 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 | 
 
PreCollectionUpdateEvent
public PreCollectionUpdateEvent(CollectionPersister collectionPersister,
                                PersistentCollection collection,
                                EventSource source)
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.