org.hibernate.event
Class InitializeCollectionEvent

java.lang.Object
  extended byorg.hibernate.event.AbstractEvent
      extended byorg.hibernate.event.InitializeCollectionEvent
All Implemented Interfaces:
Serializable

public class InitializeCollectionEvent
extends AbstractEvent

An event that occurs when a collection wants to be initialized

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
InitializeCollectionEvent(PersistentCollection collection, EventSource source)
           
 
Method Summary
 PersistentCollection getCollection()
           
 
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

InitializeCollectionEvent

public InitializeCollectionEvent(PersistentCollection collection,
                                 EventSource source)
Method Detail

getCollection

public PersistentCollection getCollection()