org.hibernate.event.spi
Class PreCollectionUpdateEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.AbstractCollectionEvent
org.hibernate.event.spi.PreCollectionUpdateEvent
- All Implemented Interfaces:
- Serializable
public class PreCollectionUpdateEvent
- extends AbstractCollectionEvent
An event that occurs before a collection is updated
- 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-2012 Red Hat, Inc. All Rights Reserved.