|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||