Uses of Package
org.hibernate.engine.query

Packages that use org.hibernate.engine.query
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.query   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL  
 

Classes in org.hibernate.engine.query used by org.hibernate.engine
NativeSQLQuerySpecification
          Defines the specification or blue-print for a native-sql query.
QueryPlanCache
          Acts as a cache for compiled query plans, as well as query-parameter metadata.
 

Classes in org.hibernate.engine.query used by org.hibernate.engine.query
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
           
NativeSQLQueryPlan
          Defines a query execution plan for a native-SQL query.
NativeSQLQuerySpecification
          Defines the specification or blue-print 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 used by org.hibernate.impl
HQLQueryPlan
          Defines a query execution plan for an HQL query (or filter).
NativeSQLQueryPlan
          Defines a query execution plan for a native-SQL query.
NativeSQLQuerySpecification
          Defines the specification or blue-print 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 used by org.hibernate.loader.custom
ParameterParser.Recognizer