Uses of Class
org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
Packages that use BatchingEntityLoaderBuilder Package Description org.hibernate.loader.entity org.hibernate.loader.entity.plan -
-
Uses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity
Subclasses of BatchingEntityLoaderBuilder in org.hibernate.loader.entity Modifier and Type Class Description classDynamicBatchingEntityLoaderBuilderA BatchingEntityLoaderBuilder that builds UniqueEntityLoader instances capable of dynamically building its batch-fetch SQL based on the actual number of entity ids waiting to be fetched.classLegacyBatchingEntityLoaderBuilderNo longer used, seeLegacyBatchingEntityLoaderBuilderinstead.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.classLegacyBatchingEntityLoaderBuilderLoadPlan-based implementation of the legacy batch loading strategy
-