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

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


Uses of Package
org.hibernate.loader.collection

Packages that use org.hibernate.loader.collection
org.hibernate.loader.collection This package defines collection initializers  
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Classes in org.hibernate.loader.collection used by org.hibernate.loader.collection
BasicCollectionLoader
          Loads a collection of values or a many-to-many association.
CollectionInitializer
          An interface for collection loaders
CollectionJoinWalker
          Superclass of walkers for collection initializers
CollectionLoader
          Superclass for loaders that initialize collections
OneToManyLoader
          Loads one-to-many associations

The collection persister must implement QueryableCOllection.
 

Classes in org.hibernate.loader.collection used by org.hibernate.persister.collection
CollectionInitializer
          An interface for collection loaders