org.hibernate.event

Class InitializeCollectionEvent

Implemented Interfaces:
Serializable

public class InitializeCollectionEvent
extends AbstractCollectionEvent

An event that occurs when a collection wants to be initialized
Author:
Gavin King

Constructor Summary

InitializeCollectionEvent(PersistentCollection collection, EventSource source)

Method Summary

Methods inherited from class org.hibernate.event.AbstractCollectionEvent

getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull

Methods inherited from class org.hibernate.event.AbstractEvent

getSession

Constructor Details

InitializeCollectionEvent

public InitializeCollectionEvent(PersistentCollection collection,
                                 EventSource source)