当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
InitializeCollectionEvent (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.event
Class InitializeCollectionEvent
java.lang.Object
org.hibernate.event.AbstractEvent
org.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
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)
getCollection
public PersistentCollection getCollection()