Uses of Interface
org.hibernate.loader.entity.UniqueEntityLoader

Packages that use UniqueEntityLoader
org.hibernate.loader.entity This package defines entity loaders 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Uses of UniqueEntityLoader in org.hibernate.loader.entity
 

Classes in org.hibernate.loader.entity that implement UniqueEntityLoader
 class AbstractEntityLoader
           
 class BatchingEntityLoader
          "Batch" loads entities, using multiple primary key values in the SQL where clause.
 class CascadeEntityLoader
           
 class EntityLoader
          Loads an entity instance using outerjoin fetching to fetch associated entities.
 

Methods in org.hibernate.loader.entity that return UniqueEntityLoader
static UniqueEntityLoader BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)
           
static UniqueEntityLoader BatchingEntityLoader.createBatchingEntityLoader(OuterJoinLoadable persister, int maxBatchSize, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)
           
 

Uses of UniqueEntityLoader in org.hibernate.persister.entity
 

Classes in org.hibernate.persister.entity that implement UniqueEntityLoader
 class NamedQueryLoader
          Not really a Loader, just a wrapper around a named query.
 

Methods in org.hibernate.persister.entity that return UniqueEntityLoader
protected  UniqueEntityLoader AbstractEntityPersister.createEntityLoader(LockMode lockMode)
           
protected  UniqueEntityLoader AbstractEntityPersister.createEntityLoader(LockMode lockMode, LoadQueryInfluencers loadQueryInfluencers)
           
protected  UniqueEntityLoader AbstractEntityPersister.createEntityLoader(LockOptions lockOptions, LoadQueryInfluencers loadQueryInfluencers)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.