org.hibernate.event
Class InitializeCollectionEvent
java.lang.Object
   org.hibernate.event.AbstractEvent
org.hibernate.event.AbstractEvent
       org.hibernate.event.AbstractCollectionEvent
org.hibernate.event.AbstractCollectionEvent
           org.hibernate.event.InitializeCollectionEvent
org.hibernate.event.InitializeCollectionEvent
- All Implemented Interfaces: 
- Serializable
- public class InitializeCollectionEvent 
- extends AbstractCollectionEvent
An event that occurs when a collection wants to be
 initialized
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InitializeCollectionEvent
public InitializeCollectionEvent(PersistentCollection collection,
                                 EventSource source)
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.