Class BatchingCollectionInitializer
- java.lang.Object
-
- org.hibernate.loader.collection.plan.BatchingCollectionInitializer
-
- All Implemented Interfaces:
CollectionInitializer
- Direct Known Subclasses:
LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
public abstract class BatchingCollectionInitializer extends java.lang.Object implements CollectionInitializer
The base contract for loaders capable of performing batch-fetch loading of collections using multiple foreign key values in the SQL WHERE clause.
-
-
Constructor Summary
Constructors Constructor Description BatchingCollectionInitializer(QueryableCollection collectionPersister)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionPersister
getCollectionPersister()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.loader.collection.CollectionInitializer
initialize
-
-
-
-
Constructor Detail
-
BatchingCollectionInitializer
public BatchingCollectionInitializer(QueryableCollection collectionPersister)
-
-
Method Detail
-
getCollectionPersister
public CollectionPersister getCollectionPersister()
-
-