站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Interface org.hibernate.loader.entity.UniqueEntityLoader (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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, Map enabledFilters)
           
 

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, Map enabledFilters)
           
protected  UniqueEntityLoader AbstractEntityPersister.createEntityLoader(LockMode lockMode)