Class InitializeCollectionEvent
java.lang.Object
org.hibernate.event.spi.AbstractSessionEvent
org.hibernate.event.spi.AbstractCollectionEvent
org.hibernate.event.spi.InitializeCollectionEvent
- All Implemented Interfaces:
Serializable
An event that occurs when a collection wants to be
initialized
- See Also:
-
Field Summary
Fields inherited from class AbstractSessionEvent
source -
Constructor Summary
ConstructorsConstructorDescriptionInitializeCollectionEvent(PersistentCollection<?> collection, EventSource source) -
Method Summary
Methods inherited from class AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNullMethods inherited from class AbstractSessionEvent
getEventSource, getFactory, getSession
-
Constructor Details
-
InitializeCollectionEvent
-