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

Uses of Class org.hibernate.loader.collection.CollectionLoader (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.loader.collection.CollectionLoader

Packages that use CollectionLoader
org.hibernate.loader.collection This package defines collection initializers  
 

Uses of CollectionLoader in org.hibernate.loader.collection
 

Subclasses of CollectionLoader in org.hibernate.loader.collection
 class BasicCollectionLoader
          Loads a collection of values or a many-to-many association.
 class OneToManyLoader
          Loads one-to-many associations

The collection persister must implement QueryableCOllection.
 class SubselectCollectionLoader
          Implements subselect fetching for a collection
 class SubselectOneToManyLoader
          Implements subselect fetching for a one to many association