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

Uses of Interface net.sf.hibernate.collection.QueryableCollection (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.collection.QueryableCollection

Packages that use QueryableCollection
net.sf.hibernate.collection   
net.sf.hibernate.loader   
 

Uses of QueryableCollection in net.sf.hibernate.collection
 

Classes in net.sf.hibernate.collection that implement QueryableCollection
 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.
 

Constructors in net.sf.hibernate.collection with parameters of type QueryableCollection
CollectionPropertyMapping(QueryableCollection memberPersister)
           
 

Uses of QueryableCollection in net.sf.hibernate.loader
 

Methods in net.sf.hibernate.loader with parameters of type QueryableCollection
protected  List OuterJoinLoader.walkCollectionTree(QueryableCollection persister, String alias, SessionFactoryImplementor factory)
          For a collection role, return a list of associations to be fetched by outerjoin
 

Constructors in net.sf.hibernate.loader with parameters of type QueryableCollection
OneToManyLoader(QueryableCollection collPersister, SessionFactoryImplementor session)
           
OneToManyLoader(QueryableCollection collPersister, int batchSize, SessionFactoryImplementor factory)
           
CollectionLoader(QueryableCollection persister, SessionFactoryImplementor session)
           
CollectionLoader(QueryableCollection persister, int batchSize, SessionFactoryImplementor factory)