org.hibernate.engine.query
Class FilterQueryPlan
java.lang.Object
org.hibernate.engine.query.HQLQueryPlan
org.hibernate.engine.query.FilterQueryPlan
- All Implemented Interfaces:
- Serializable
public class FilterQueryPlan
- extends HQLQueryPlan
- implements Serializable
Extends an HQLQueryPlan to maintain a reference to the collection-role name
being filtered.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.engine.query.HQLQueryPlan |
getDynamicInstantiationResultType, getEnabledFilterNames, getParameterMetadata, getQuerySpaces, getReturnMetadata, getSourceQuery, getSqlStrings, getTranslators, getUtilizedFilterNames, isShallow, performExecuteUpdate, performIterate, performList, performScroll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterQueryPlan
public FilterQueryPlan(String hql,
String collectionRole,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory)
getCollectionRole
public String getCollectionRole()
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.