org.hibernate.event
Class PostCollectionUpdateEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.AbstractCollectionEvent
org.hibernate.event.PostCollectionUpdateEvent
- All Implemented Interfaces:
- Serializable
public class PostCollectionUpdateEvent
- extends AbstractCollectionEvent
An event that occurs after 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 |
PostCollectionUpdateEvent
public PostCollectionUpdateEvent(CollectionPersister collectionPersister,
PersistentCollection collection,
EventSource source)