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