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

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


Uses of Class
net.sf.hibernate.loader.OuterJoinLoader

Packages that use OuterJoinLoader
net.sf.hibernate.loader   
 

Uses of OuterJoinLoader in net.sf.hibernate.loader
 

Subclasses of OuterJoinLoader in net.sf.hibernate.loader
 class AbstractEntityLoader
          Abstract superclass for entity loaders that use outer joins
 class CollectionLoader
          Loads a collection of values or a many-to-many association.
 class CriteriaLoader
          A Loader for Criteria queries.
 class EntityLoader
          Load an entity using outerjoin fetching to fetch associated entities.
 class OneToManyLoader
          Loads one-to-many associations

The collection persister must implement QueryableCOllection.
 class SQLLoader
          A loader that uses a native SQL query string provided by the user