当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
DefaultInitializeCollectionEventListener (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.event.def
Class DefaultInitializeCollectionEventListener
java.lang.Object
org.hibernate.event.def.DefaultInitializeCollectionEventListener
- All Implemented Interfaces:
- InitializeCollectionEventListener, Serializable
- public class DefaultInitializeCollectionEventListener
- extends Object
- implements InitializeCollectionEventListener
- 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 |
DefaultInitializeCollectionEventListener
public DefaultInitializeCollectionEventListener()
onInitializeCollection
public void onInitializeCollection(InitializeCollectionEvent event)
throws HibernateException
- called by a collection that wants to initialize itself
- Specified by:
onInitializeCollection
in interface InitializeCollectionEventListener
- Throws:
HibernateException