Package org.hibernate.event.spi
Class PreCollectionRecreateEvent
- java.lang.Object
-
- org.hibernate.event.spi.AbstractEvent
-
- org.hibernate.event.spi.AbstractCollectionEvent
-
- org.hibernate.event.spi.PreCollectionRecreateEvent
-
- All Implemented Interfaces:
Serializable
public class PreCollectionRecreateEvent extends AbstractCollectionEvent
An event that occurs before a collection is recreated- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PreCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source)
-
Method Summary
-
Methods inherited from class org.hibernate.event.spi.AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull
-
Methods inherited from class org.hibernate.event.spi.AbstractEvent
getFactory, getSession
-
-
-
-
Constructor Detail
-
PreCollectionRecreateEvent
public PreCollectionRecreateEvent(CollectionPersister collectionPersister, PersistentCollection<?> collection, EventSource source)
-
-