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

Packages that use HQLQueryPlan
org.hibernate.engine.query.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of HQLQueryPlan in org.hibernate.engine.query.spi
 

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

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

Uses of HQLQueryPlan in org.hibernate.internal
 

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



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