Package org.hibernate.loader.entity.plan
Class PaddedBatchingEntityLoaderBuilder
- java.lang.Object
-
- org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
- org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
-
- org.hibernate.loader.entity.plan.PaddedBatchingEntityLoaderBuilder
-
public class PaddedBatchingEntityLoaderBuilder extends AbstractBatchingEntityLoaderBuilder
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.
-
-
Field Summary
Fields Modifier and Type Field Description static PaddedBatchingEntityLoaderBuilderINSTANCESingleton access
-
Constructor Summary
Constructors Constructor Description PaddedBatchingEntityLoaderBuilder()
-
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.plan.AbstractBatchingEntityLoaderBuilder
buildNonBatchingLoader, buildNonBatchingLoader
-
Methods inherited from class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
buildLoader, buildLoader, getBuilder
-
-
-
-
Field Detail
-
INSTANCE
public static final PaddedBatchingEntityLoaderBuilder INSTANCE
Singleton access
-
-
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
-
-