Uses of Package
org.hibernate.engine.query.spi

Packages that use org.hibernate.engine.query.spi
org.hibernate.engine.query.spi   
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
org.hibernate.loader.custom.sql   
org.hibernate.test.hql   
 

Classes in org.hibernate.engine.query.spi used by org.hibernate.engine.query.spi
FilterQueryPlan
          Extends an HQLQueryPlan to maintain a reference to the collection-role name being filtered.
HQLQueryPlan
          Defines a query execution plan for an HQL query (or filter).
NamedParameterDescriptor
          Descriptor regarding a named parameter.
NativeSQLQueryPlan
          Defines a query execution plan for a native-SQL query.
OrdinalParameterDescriptor
           
ParameterMetadata
          Encapsulates metadata about parameters encountered within a query.
ParameterParser.Recognizer
           
ParamLocationRecognizer
          Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
ReturnMetadata
           
 

Classes in org.hibernate.engine.query.spi used by org.hibernate.engine.spi
QueryPlanCache
          Acts as a cache for compiled query plans, as well as query-parameter metadata.
 

Classes in org.hibernate.engine.query.spi used by org.hibernate.internal
HQLQueryPlan
          Defines a query execution plan for an HQL query (or filter).
NativeSQLQueryPlan
          Defines a query execution plan for a native-SQL query.
ParameterMetadata
          Encapsulates metadata about parameters encountered within a query.
QueryPlanCache
          Acts as a cache for compiled query plans, as well as query-parameter metadata.
 

Classes in org.hibernate.engine.query.spi used by org.hibernate.loader.custom.sql
ParameterParser.Recognizer
           
 

Classes in org.hibernate.engine.query.spi used by org.hibernate.test.hql
HQLQueryPlan
          Defines a query execution plan for an HQL query (or filter).
 



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