public class DynamicBatchingEntityLoaderBuilder extends BatchingEntityLoaderBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoader |
| Modifier and Type | Field and Description |
|---|---|
static DynamicBatchingEntityLoaderBuilder |
INSTANCE |
| Constructor and Description |
|---|
DynamicBatchingEntityLoaderBuilder() |
| 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) |
static QueryParameters |
buildMultiLoadQueryParameters(OuterJoinLoadable persister,
Serializable[] ids,
LockOptions lockOptions) |
List |
multiLoad(OuterJoinLoadable persister,
Serializable[] ids,
SharedSessionContractImplementor session,
MultiLoadOptions loadOptions) |
protected List |
performUnorderedMultiLoad(OuterJoinLoadable persister,
Serializable[] ids,
SharedSessionContractImplementor session,
MultiLoadOptions loadOptions) |
buildLoader, buildLoader, buildNonBatchingLoader, buildNonBatchingLoader, getBuilderpublic static final DynamicBatchingEntityLoaderBuilder INSTANCE
public List multiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
protected List performUnorderedMultiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
public static QueryParameters buildMultiLoadQueryParameters(OuterJoinLoadable persister, Serializable[] ids, LockOptions lockOptions)
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-2018 Red Hat, Inc. All Rights Reserved.