类 LegacyBatchingEntityLoaderBuilder
- java.lang.Object
-
- org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
- org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
-
- org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
-
public class LegacyBatchingEntityLoaderBuilder extends AbstractBatchingEntityLoaderBuilder
LoadPlan-based implementation of the legacy batch loading strategy- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classLegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoader
-
字段概要
字段 修饰符和类型 字段 说明 static LegacyBatchingEntityLoaderBuilderINSTANCE
-
构造器概要
构造器 构造器 说明 LegacyBatchingEntityLoaderBuilder()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected UniqueEntityLoaderbuildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderbuildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)-
从类继承的方法 org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
buildNonBatchingLoader, buildNonBatchingLoader
-
从类继承的方法 org.hibernate.loader.entity.BatchingEntityLoaderBuilder
buildLoader, buildLoader, getBuilder
-
-
-
-
字段详细资料
-
INSTANCE
public static final LegacyBatchingEntityLoaderBuilder INSTANCE
-
-
方法详细资料
-
buildBatchingLoader
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
-
buildBatchingLoader
protected UniqueEntityLoader buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
-
-