类 AbstractBatchingEntityLoaderBuilder
- java.lang.Object
-
- org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
- org.hibernate.loader.entity.plan.AbstractBatchingEntityLoaderBuilder
-
public abstract class AbstractBatchingEntityLoaderBuilder extends BatchingEntityLoaderBuilder
Base class for LoadPlan-based BatchingEntityLoaderBuilder implementations. Mainly we handle the common "no batching" case here to use the LoadPlan-based EntityLoader- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 AbstractBatchingEntityLoaderBuilder()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected UniqueEntityLoaderbuildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderbuildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)-
从类继承的方法 org.hibernate.loader.entity.BatchingEntityLoaderBuilder
buildBatchingLoader, buildBatchingLoader, buildLoader, buildLoader, getBuilder
-
-
-
-
方法详细资料
-
buildNonBatchingLoader
protected UniqueEntityLoader buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
-
buildNonBatchingLoader
protected UniqueEntityLoader buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)
-
-