org.hibernate.loader.collection
Class BatchingCollectionInitializer
java.lang.Object
org.hibernate.loader.collection.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.
- See Also:
BasicCollectionLoader
,
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[] batchSizes,
Loader[] loaders)
getCollectionPersister
public CollectionPersister getCollectionPersister()
getLoaders
public Loader[] getLoaders()
getBatchSizes
public int[] getBatchSizes()
initialize
public void initialize(Serializable id,
SessionImplementor session)
throws HibernateException
- Description copied from interface:
CollectionInitializer
- Initialize the given collection
- Specified by:
initialize
in interface CollectionInitializer
- Throws:
HibernateException
createBatchingOneToManyInitializer
public static CollectionInitializer createBatchingOneToManyInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers)
throws MappingException
- Throws:
MappingException
createBatchingCollectionInitializer
public static CollectionInitializer createBatchingCollectionInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers)
throws MappingException
- Throws:
MappingException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.