Package org.hibernate.loader.collection
Interface CollectionInitializer
-
- All Known Implementing Classes:
AbstractLoadPlanBasedCollectionInitializer,BasicCollectionLoader,BatchingCollectionInitializer,BatchingCollectionInitializer,CollectionLoader,CollectionLoader,DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer,LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer,LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer,NamedQueryCollectionInitializer,OneToManyLoader,SubselectCollectionLoader,SubselectOneToManyLoader
public interface CollectionInitializerAn interface for collection loaders- See Also:
BasicCollectionLoader,OneToManyLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(Serializable id, SharedSessionContractImplementor session)Initialize the given collection
-
-
-
Method Detail
-
initialize
void initialize(Serializable id, SharedSessionContractImplementor session) throws HibernateException
Initialize the given collection- Throws:
HibernateException
-
-