org.hibernate.engine.query
Class FilterQueryPlan

java.lang.Object
  extended by org.hibernate.engine.query.HQLQueryPlan
      extended by 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

Constructor Summary
FilterQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)
           
 
Method Summary
 String getCollectionRole()
           
 
Methods inherited from class org.hibernate.engine.query.HQLQueryPlan
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
 

Constructor Detail

FilterQueryPlan

public FilterQueryPlan(String hql,
                       String collectionRole,
                       boolean shallow,
                       Map enabledFilters,
                       SessionFactoryImplementor factory)
Method Detail

getCollectionRole

public String getCollectionRole()


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved