public class FilterQueryPlan extends HQLQueryPlan implements java.io.Serializable
| Constructor and Description |
|---|
FilterQueryPlan(java.lang.String hql,
java.lang.String collectionRole,
boolean shallow,
java.util.Map enabledFilters,
SessionFactoryImplementor factory)
Constructs a query plan for an HQL filter
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionRole() |
getDynamicInstantiationResultType, getEnabledFilterNames, getParameterMetadata, getQuerySpaces, getReturnMetadata, getSourceQuery, getSqlStrings, getTranslators, getUtilizedFilterNames, isSelect, isShallow, performExecuteUpdate, performIterate, performList, performScrollpublic FilterQueryPlan(java.lang.String hql,
java.lang.String collectionRole,
boolean shallow,
java.util.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 factoryCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.