Package org.hibernate.event.spi
Class InitializeCollectionEvent
- java.lang.Object
- org.hibernate.event.spi.AbstractEvent
- org.hibernate.event.spi.AbstractCollectionEvent
- org.hibernate.event.spi.InitializeCollectionEvent
- All Implemented Interfaces:
Serializable
public classInitializeCollectionEventextendsAbstractCollectionEvent
An event that occurs when a collection wants to be initialized- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description InitializeCollectionEvent(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
InitializeCollectionEvent
public InitializeCollectionEvent(PersistentCollection<?> collection,EventSource source)