Uses of Class
org.hibernate.engine.query.HQLQueryPlan

Packages that use HQLQueryPlan
org.hibernate.engine.query   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of HQLQueryPlan in org.hibernate.engine.query
 

Subclasses of HQLQueryPlan in org.hibernate.engine.query
 class FilterQueryPlan
          Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
 

Methods in org.hibernate.engine.query that return HQLQueryPlan
 HQLQueryPlan QueryPlanCache.getHQLQueryPlan(String queryString, boolean shallow, Map enabledFilters)
           
 

Uses of HQLQueryPlan in org.hibernate.impl
 

Methods in org.hibernate.impl that return HQLQueryPlan
protected  HQLQueryPlan AbstractSessionImpl.getHQLQueryPlan(String query, boolean shallow)
           
 



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