Uses of Class
org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
Packages that use BatchingEntityLoaderBuilder Package Description org.hibernate.loader.entity org.hibernate.loader.entity.plan Support for entity loaders built on top of theorg.hibernate.loader.plan
API to apply entity-graphs -
-
Uses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity that return BatchingEntityLoaderBuilder Modifier and Type Method Description static BatchingEntityLoaderBuilder
BatchingEntityLoaderBuilder. getBuilder(SessionFactoryImplementor factory)
-
Uses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity.plan
Subclasses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity.plan Modifier and Type Class Description class
AbstractBatchingEntityLoaderBuilder
Base class for LoadPlan-based BatchingEntityLoaderBuilder implementations.class
DynamicBatchingEntityLoaderBuilder
A walking/plan based BatchingEntityLoaderBuilder that builds entity-loader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be batch fetched.class
LegacyBatchingEntityLoaderBuilder
LoadPlan-based implementation of the legacy batch loading strategyclass
PaddedBatchingEntityLoaderBuilder
A walking/plan based BatchingEntityLoaderBuilder that builds entity-loader instances building its batch-fetch SQL based on padding - using a set number of parameters, but setting "unneeded ones" to null.
-