Package org.hibernate.loader.ast.spi
Interface CollectionBatchLoader
-
- All Superinterfaces:
BatchLoader
,CollectionLoader
,Loader
,MultiKeyLoader
- All Known Implementing Classes:
AbstractCollectionBatchLoader
,CollectionBatchLoaderArrayParam
,CollectionBatchLoaderInPredicate
public interface CollectionBatchLoader extends BatchLoader, CollectionLoader
BatchLoader specialization for collection fetching
-
-
Method Summary
-
Methods inherited from interface org.hibernate.loader.ast.spi.BatchLoader
getDomainBatchSize
-
Methods inherited from interface org.hibernate.loader.ast.spi.CollectionLoader
getLoadable, load
-
-