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

Uses of Interface org.hibernate.persister.collection.SQLLoadableCollection (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Interface
org.hibernate.persister.collection.SQLLoadableCollection

Packages that use SQLLoadableCollection
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL  
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of SQLLoadableCollection in org.hibernate.loader.custom
 

Constructors in org.hibernate.loader.custom with parameters of type SQLLoadableCollection
ColumnCollectionAliases(Map userProvidedAliases, SQLLoadableCollection persister)
           
 

Uses of SQLLoadableCollection in org.hibernate.persister.collection
 

Classes in org.hibernate.persister.collection that implement SQLLoadableCollection
 class AbstractCollectionPersister
          Base implementation of the QueryableCollection interface.
 class BasicCollectionPersister
          Collection persister for collections of values and many-to-many associations.
 class OneToManyPersister
          Collection persister for one-to-many associations.