public class PaddedBatchingEntityLoaderBuilder extends AbstractBatchingEntityLoaderBuilder
| Modifier and Type | Field and Description |
|---|---|
static PaddedBatchingEntityLoaderBuilder |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
PaddedBatchingEntityLoaderBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected UniqueEntityLoader |
buildBatchingLoader(OuterJoinLoadable persister,
int batchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
LoadQueryInfluencers influencers) |
protected UniqueEntityLoader |
buildBatchingLoader(OuterJoinLoadable persister,
int batchSize,
LockOptions lockOptions,
SessionFactoryImplementor factory,
LoadQueryInfluencers influencers) |
buildNonBatchingLoader, buildNonBatchingLoaderbuildLoader, buildLoader, getBuilderpublic static final PaddedBatchingEntityLoaderBuilder INSTANCE
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
buildBatchingLoader in class BatchingEntityLoaderBuilderprotected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
buildBatchingLoader in class BatchingEntityLoaderBuilderCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.