Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.engine.query
Class FilterQueryPlan  view FilterQueryPlan download FilterQueryPlan.java

java.lang.Object
  extended byorg.hibernate.engine.query.HQLQueryPlan
      extended byorg.hibernate.engine.query.FilterQueryPlan
All Implemented Interfaces:
java.io.Serializable

public class FilterQueryPlan
extends HQLQueryPlan
implements java.io.Serializable

Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.


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

Field Detail

collectionRole

private final java.lang.String collectionRole
Constructor Detail

FilterQueryPlan

public FilterQueryPlan(java.lang.String hql,
                       java.lang.String collectionRole,
                       boolean shallow,
                       java.util.Map enabledFilters,
                       org.hibernate.engine.SessionFactoryImplementor factory)
Method Detail

getCollectionRole

public java.lang.String getCollectionRole()