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