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
 String OneToManyLoader.renderStatementString(QueryableCollection collPersister, OuterJoinLoadable persister, String alias, List associations, int batchSize, SessionFactoryImplementor factory)
           
 String CollectionLoader.renderStatementString(QueryableCollection persister, String alias, List associations, int batchSize, SessionFactoryImplementor factory)
           
 

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