org.hibernate.engine.query.spi
Class FilterQueryPlan

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

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.spi.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
 

Constructor Detail

FilterQueryPlan

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

getCollectionRole

public String getCollectionRole()


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.