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

Uses of Interface net.sf.hibernate.loader.UniqueEntityLoader (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.loader.UniqueEntityLoader

Packages that use UniqueEntityLoader
net.sf.hibernate.loader   
net.sf.hibernate.persister   
 

Uses of UniqueEntityLoader in net.sf.hibernate.loader
 

Classes in net.sf.hibernate.loader that implement UniqueEntityLoader
 class BatchingEntityLoader
          "Batch" loads entities, using multiple primary key values in the SQL where clause.
 class EntityLoader
          Load an entity using outerjoin fetching to fetch associated entities.
 class SimpleEntityLoader
          Loads entity instances one instance per select, without without any outerjoin fetching.
 

Uses of UniqueEntityLoader in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister that return UniqueEntityLoader
protected  UniqueEntityLoader AbstractEntityPersister.createEntityLoader(SessionFactoryImplementor factory)