|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.event.AbstractEvent
org.hibernate.event.AbstractCollectionEvent
org.hibernate.event.InitializeCollectionEvent
public class InitializeCollectionEvent
An event that occurs when a collection wants to be initialized
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitializeCollectionEvent(PersistentCollection collection, EventSource source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |