Uses of Interface
org.hibernate.loader.entity.UniqueEntityLoader
-
Packages that use UniqueEntityLoader Package Description org.hibernate.loader.entity org.hibernate.loader.entity.plan Support for entity loaders built on top of theorg.hibernate.loader.planAPI to apply entity-graphsorg.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 classAbstractEntityLoaderclassCascadeEntityLoaderclassEntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities.Methods 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)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.classDynamicBatchingEntityLoaderBatching entity loader using dynamic where-clauseclassEntityLoaderUniqueEntityLoader implementation that is the main functionality for LoadPlan-based Entity loading.static classLegacyBatchingEntityLoaderBuilder.LegacyBatchingEntityLoaderclassPaddedBatchingEntityLoaderBatching entity loader using padded where-clause -
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. buildMergeCascadeEntityLoader(LockMode ignored)protected UniqueEntityLoaderAbstractEntityPersister. buildRefreshCascadeEntityLoader(LockMode ignored)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. createUniqueKeyLoader(Type uniqueKeyType, java.lang.String[] columns, LoadQueryInfluencers loadQueryInfluencers)protected UniqueEntityLoaderAbstractEntityPersister. getAppropriateLoader(LockOptions lockOptions, SharedSessionContractImplementor session)protected UniqueEntityLoaderAbstractEntityPersister. getAppropriateUniqueKeyLoader(java.lang.String propertyName, SharedSessionContractImplementor session)protected UniqueEntityLoaderAbstractEntityPersister. getLoaderByLockMode(LockMode lockMode)
-