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

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


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

Packages that use Loader
net.sf.hibernate.hql   
net.sf.hibernate.loader   
 

Uses of Loader in net.sf.hibernate.hql
 

Subclasses of Loader in net.sf.hibernate.hql
 class FilterTranslator
           
 class QueryTranslator
          An instance of QueryTranslator translates a Hibernate query string to SQL.
 

Uses of Loader in net.sf.hibernate.loader
 

Subclasses of Loader 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 OuterJoinLoader
          Implements logic for walking a tree of associated classes.
 class SimpleEntityLoader
          Loads entity instances one instance per select, without without any outerjoin fetching.
 class SQLLoader
          A loader that uses a native SQL query string provided by the user
 

Constructors in net.sf.hibernate.loader with parameters of type Loader
BatchingEntityLoader(ClassPersister persister, int batchSize, Loader batchLoader, int smallBatchSize, Loader smallBatchLoader, Loader nonBatchLoader)
           
BatchingCollectionInitializer(CollectionPersister collPersister, int batchSize, Loader batchLoader, int smallBatchSize, Loader smallBatchLoader, Loader nonBatchLoader)