|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryableCollection | |
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
org.hibernate.hql.ast | An ANTLR-based parser for Hibernate Query Language. |
org.hibernate.loader | This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. |
org.hibernate.loader.collection | This package defines collection initializers |
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 QueryableCollection in org.hibernate.criterion |
Methods in org.hibernate.criterion that return QueryableCollection | |
protected QueryableCollection |
AbstractEmptinessExpression.getQueryableCollection(String entityName,
String propertyName,
SessionFactoryImplementor factory)
|
Uses of QueryableCollection in org.hibernate.hql.ast |
Methods in org.hibernate.hql.ast that return QueryableCollection | |
QueryableCollection |
FromElement.getQueryableCollection()
|
Methods in org.hibernate.hql.ast with parameters of type QueryableCollection | |
void |
FromElement.setQueryableCollection(QueryableCollection queryableCollection)
|
Uses of QueryableCollection in org.hibernate.loader |
Methods in org.hibernate.loader with parameters of type QueryableCollection | |
protected List |
OuterJoinLoader.walkCollectionTree(QueryableCollection persister,
String alias)
For a collection role, return a list of associations to be fetched by outerjoin |
void |
OuterJoinableAssociation.addManyToManyJoin(JoinFragment outerjoin,
QueryableCollection collection)
|
Uses of QueryableCollection in org.hibernate.loader.collection |
Methods in org.hibernate.loader.collection with parameters of type QueryableCollection | |
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingOneToManyInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
Map enabledFilters)
|
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingCollectionInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
Map enabledFilters)
|
Uses of QueryableCollection in org.hibernate.loader.custom |
Constructors in org.hibernate.loader.custom with parameters of type QueryableCollection | |
SQLQueryParser(String sqlQuery,
Map alias2Persister,
Map alias2Return,
String[] aliases,
String[] collectionAliases,
QueryableCollection[] collectionPersisters,
String[] suffixes,
String[] collectionSuffixes)
|
Uses of QueryableCollection in org.hibernate.persister.collection |
Classes in org.hibernate.persister.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 org.hibernate.persister.collection with parameters of type QueryableCollection | |
CollectionPropertyMapping(QueryableCollection memberPersister)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |