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

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

Uses of NativeSQLQueryPlan in org.hibernate.engine.query
 

Methods in org.hibernate.engine.query that return NativeSQLQueryPlan
 NativeSQLQueryPlan QueryPlanCache.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)
           
 

Uses of NativeSQLQueryPlan in org.hibernate.impl
 

Methods in org.hibernate.impl that return NativeSQLQueryPlan
protected  NativeSQLQueryPlan AbstractSessionImpl.getNativeSQLQueryPlan(NativeSQLQuerySpecification spec)
           
 



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