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, performExecuteUpdate, performIterate, performList, performScroll
public 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-2015 Red Hat, Inc. All Rights Reserved.