Uses of Interface
org.hibernate.loader.entity.UniqueEntityLoader
-
Packages that use UniqueEntityLoader Package Description org.hibernate.loader.entity org.hibernate.loader.entity.plan org.hibernate.persister.entity -
-
Uses of UniqueEntityLoader in org.hibernate.loader.entity
Classes in org.hibernate.loader.entity that implement UniqueEntityLoader Modifier and Type Class Description classAbstractEntityLoaderclassBatchingEntityLoaderThe base contract for loaders capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.classCascadeEntityLoaderstatic classDynamicBatchingEntityLoaderBuilder.DynamicBatchingEntityLoaderclassEntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities.static classLegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoaderMethods in org.hibernate.loader.entity that return UniqueEntityLoader Modifier and Type Method Description protected abstract UniqueEntityLoaderBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected abstract UniqueEntityLoaderBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderDynamicBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderDynamicBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)UniqueEntityLoaderBatchingEntityLoaderBuilder. buildLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable loader based on the given persister, lock-mode, etc.UniqueEntityLoaderBatchingEntityLoaderBuilder. buildLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)Builds a batch-fetch capable loader based on the given persister, lock-options, etc.protected UniqueEntityLoaderBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers) -
Uses of UniqueEntityLoader in org.hibernate.loader.entity.plan
Classes in org.hibernate.loader.entity.plan that implement UniqueEntityLoader Modifier and Type Class Description classAbstractLoadPlanBasedEntityLoaderA UniqueEntityLoader implementation based on using LoadPlansclassBatchingEntityLoaderThe base contract for UniqueEntityLoader implementations capable of performing batch-fetch loading of entities using multiple primary key values in the SQL WHERE clause.classEntityLoaderUniqueEntityLoader implementation that is the main functionality for LoadPlan-based Entity loading.static classLegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoaderMethods in org.hibernate.loader.entity.plan that return UniqueEntityLoader Modifier and Type Method Description protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderLegacyBatchingEntityLoaderBuilder. buildBatchingLoader(OuterJoinLoadable persister, int batchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderAbstractBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers influencers)protected UniqueEntityLoaderAbstractBatchingEntityLoaderBuilder. buildNonBatchingLoader(OuterJoinLoadable persister, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers influencers) -
Uses of UniqueEntityLoader in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement UniqueEntityLoader Modifier and Type Class Description classNamedQueryLoaderNot really a Loader, just a wrapper around a named query.Methods in org.hibernate.persister.entity that return UniqueEntityLoader Modifier and Type Method Description protected UniqueEntityLoaderAbstractEntityPersister. createEntityLoader(LockMode lockMode)Used internally to create static loaders.protected UniqueEntityLoaderAbstractEntityPersister. createEntityLoader(LockMode lockMode, LoadQueryInfluencers loadQueryInfluencers)protected UniqueEntityLoaderAbstractEntityPersister. createEntityLoader(LockOptions lockOptions, LoadQueryInfluencers loadQueryInfluencers)protected UniqueEntityLoaderAbstractEntityPersister. getAppropriateLoader(LockOptions lockOptions, SharedSessionContractImplementor session)protected UniqueEntityLoaderAbstractEntityPersister. getLoaderByLockMode(LockMode lockMode)
-