Package org.hibernate.loader.ast.spi
Interface BatchLoader
- All Superinterfaces:
Loader
,MultiKeyLoader
- All Known Subinterfaces:
CollectionBatchLoader
,EntityBatchLoader<T>
- All Known Implementing Classes:
AbstractCollectionBatchLoader
,AbstractEntityBatchLoader
,CollectionBatchLoaderArrayParam
,CollectionBatchLoaderInPredicate
,EntityBatchLoaderArrayParam
,EntityBatchLoaderInPredicate
Commonality for loading a loadable in "batch" (more than one key at a time)
-
Method Summary
Modifier and TypeMethodDescriptionint
The total number of loadable references that can be initialized per each load operation.Methods inherited from interface org.hibernate.loader.ast.spi.Loader
getLoadable
-
Method Details
-
getDomainBatchSize
int getDomainBatchSize()The total number of loadable references that can be initialized per each load operation.
-