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.planAPI 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 BatchingEntityLoaderBuilderBatchingEntityLoaderBuilder. 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 classAbstractBatchingEntityLoaderBuilderBase class for LoadPlan-based BatchingEntityLoaderBuilder implementations.classDynamicBatchingEntityLoaderBuilderA 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.classLegacyBatchingEntityLoaderBuilderLoadPlan-based implementation of the legacy batch loading strategyclassPaddedBatchingEntityLoaderBuilderA 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.
-