当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
BatchingCollectionInitializer (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.loader
Class BatchingCollectionInitializer
java.lang.Object
net.sf.hibernate.loader.BatchingCollectionInitializer
- All Implemented Interfaces:
- CollectionInitializer
- public class BatchingCollectionInitializer
- extends Object
- implements CollectionInitializer
"Batch" loads collections, using multiple foreign key values in the
SQL where clause.
- Author:
- Gavin King
- See Also:
CollectionLoader
,
OneToManyLoader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchingCollectionInitializer
public BatchingCollectionInitializer(CollectionPersister collPersister,
int batchSize,
Loader batchLoader,
int smallBatchSize,
Loader smallBatchLoader,
Loader nonBatchLoader)
initialize
public void initialize(Serializable id,
SessionImplementor session)
throws SQLException,
HibernateException
- Description copied from interface:
CollectionInitializer
- Initialize the given collection
- Specified by:
initialize
in interface CollectionInitializer
- Throws:
SQLException
HibernateException