public abstract class AbstractCollectionLoadQueryDetails extends AbstractLoadQueryDetails
AbstractLoadQueryDetails.ReaderCollectorImpl| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractCollectionLoadQueryDetails(LoadPlan loadPlan,
                                  AliasResolutionContextImpl aliasResolutionContext,
                                  CollectionReturn rootReturn,
                                  QueryBuildingParameters buildingParameters,
                                  SessionFactoryImplementor factory)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
applyRootReturnFilterRestrictions(SelectStatementBuilder selectStatementBuilder)  | 
protected void | 
applyRootReturnOrderByFragments(SelectStatementBuilder selectStatementBuilder)  | 
protected void | 
applyRootReturnSelectFragments(SelectStatementBuilder selectStatementBuilder)  | 
protected void | 
applyRootReturnWhereJoinRestrictions(SelectStatementBuilder selectStatementBuilder)  | 
protected CollectionReferenceAliases | 
getCollectionReferenceAliases()  | 
protected QueryableCollection | 
getQueryableCollection()  | 
protected ReaderCollector | 
getReaderCollector()  | 
protected CollectionReturn | 
getRootCollectionReturn()  | 
protected CollectionQuerySpace | 
getRootQuerySpace()  | 
protected boolean | 
shouldApplyRootReturnFilterBeforeKeyRestriction()  | 
applyRootReturnTableFragments, generate, getAliasResolutionContext, getQueryBuildingParameters, getQuerySpace, getResultSetProcessor, getRootReturn, getRootTableAlias, getSessionFactory, getSqlStatementprotected AbstractCollectionLoadQueryDetails(LoadPlan loadPlan, AliasResolutionContextImpl aliasResolutionContext, CollectionReturn rootReturn, QueryBuildingParameters buildingParameters, SessionFactoryImplementor factory)
protected CollectionReturn getRootCollectionReturn()
protected ReaderCollector getReaderCollector()
getReaderCollector in class AbstractLoadQueryDetailsprotected CollectionQuerySpace getRootQuerySpace()
getRootQuerySpace in class AbstractLoadQueryDetailsprotected CollectionReferenceAliases getCollectionReferenceAliases()
protected QueryableCollection getQueryableCollection()
protected boolean shouldApplyRootReturnFilterBeforeKeyRestriction()
shouldApplyRootReturnFilterBeforeKeyRestriction in class AbstractLoadQueryDetailsprotected void applyRootReturnSelectFragments(SelectStatementBuilder selectStatementBuilder)
applyRootReturnSelectFragments in class AbstractLoadQueryDetailsprotected void applyRootReturnFilterRestrictions(SelectStatementBuilder selectStatementBuilder)
applyRootReturnFilterRestrictions in class AbstractLoadQueryDetailsprotected void applyRootReturnWhereJoinRestrictions(SelectStatementBuilder selectStatementBuilder)
applyRootReturnWhereJoinRestrictions in class AbstractLoadQueryDetailsprotected void applyRootReturnOrderByFragments(SelectStatementBuilder selectStatementBuilder)
applyRootReturnOrderByFragments in class AbstractLoadQueryDetailsCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.