public class FilterQueryPlan extends HQLQueryPlan implements Serializable
| Constructor and Description | 
|---|
FilterQueryPlan(String hql,
               String collectionRole,
               boolean shallow,
               Map enabledFilters,
               SessionFactoryImplementor factory)
Constructs a query plan for an HQL filter 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCollectionRole()  | 
getDynamicInstantiationResultType, getEnabledFilterNames, getParameterMetadata, getQuerySpaces, getReturnMetadata, getSourceQuery, getSqlStrings, getTranslators, getUtilizedFilterNames, isSelect, isShallow, isUpdate, performExecuteUpdate, performIterate, performList, performScrollpublic FilterQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)
hql - The HQL fragmentcollectionRole - The collection role being filteredshallow - Is the query shallow?enabledFilters - All enabled filters from the Sessionfactory - The factorypublic String getCollectionRole()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.