Package org.hibernate.loader.entity
Class LegacyBatchingEntityLoaderBuilder
- java.lang.Object
-
- org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
- org.hibernate.loader.entity.LegacyBatchingEntityLoaderBuilder
-
public class LegacyBatchingEntityLoaderBuilder extends BatchingEntityLoaderBuilder
No longer used, seeLegacyBatchingEntityLoaderBuilderinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
-
Field Summary
Fields Modifier and Type Field Description static LegacyBatchingEntityLoaderBuilderINSTANCE
-
Constructor Summary
Constructors Constructor Description LegacyBatchingEntityLoaderBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UniqueEntityLoaderbuildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderbuildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)-
Methods inherited from class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
buildLoader, buildLoader, buildNonBatchingLoader, buildNonBatchingLoader, getBuilder
-
-
-
-
Field Detail
-
INSTANCE
public static final LegacyBatchingEntityLoaderBuilder INSTANCE
-
-
Method Detail
-
buildBatchingLoader
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
- Specified by:
buildBatchingLoaderin classBatchingEntityLoaderBuilder
-
buildBatchingLoader
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
- Specified by:
buildBatchingLoaderin classBatchingEntityLoaderBuilder
-
-