Interface BatchLoader
- All Superinterfaces:
Loader, MultiKeyLoader
- All Known Subinterfaces:
CollectionBatchLoader, EntityBatchLoader<T>
Commonality for loading a loadable in "batch" (more than one key at a time)
-
Method Summary
Modifier and TypeMethodDescriptionintThe total number of loadable references that can be initialized per each load operation.Methods inherited from interface Loader
getLoadable
-
Method Details
-
getDomainBatchSize
int getDomainBatchSize()The total number of loadable references that can be initialized per each load operation.
-