public class LegacyBatchingEntityLoaderBuilder extends AbstractBatchingEntityLoaderBuilder
Modifier and Type | Class and Description |
---|---|
static class |
LegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader |
Modifier and Type | Field and Description |
---|---|
static LegacyBatchingEntityLoaderBuilder |
INSTANCE |
Constructor and Description |
---|
LegacyBatchingEntityLoaderBuilder() |
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, buildNonBatchingLoader
buildLoader, buildLoader, getBuilder
public static final LegacyBatchingEntityLoaderBuilder INSTANCE
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
buildBatchingLoader
in class BatchingEntityLoaderBuilder
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
buildBatchingLoader
in class BatchingEntityLoaderBuilder
Copyright © 2017 JBoss by Red Hat. All rights reserved.