站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

CollectionInitializer (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.loader
Interface CollectionInitializer

All Known Implementing Classes:
BatchingCollectionInitializer, CollectionLoader, OneToManyLoader

public interface CollectionInitializer

An interface for collection loaders

Author:
Gavin King
See Also:
CollectionLoader, OneToManyLoader

Method Summary
 void initialize(Serializable id, SessionImplementor session)
          Initialize the given collection
 

Method Detail

initialize

public void initialize(Serializable id,
                       SessionImplementor session)
                throws SQLException,
                       HibernateException
Initialize the given collection

Throws:
SQLException
HibernateException