当前页面:
在线文档首页 >
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
initialize
public void initialize(Serializable id,
SessionImplementor session)
throws SQLException,
HibernateException
- Initialize the given collection
- Throws:
SQLException
HibernateException