Uses of Package
org.hibernate.engine.query

Packages that use org.hibernate.engine.query
org.hibernate.engine   
org.hibernate.engine.query   
org.hibernate.impl   
org.hibernate.loader.custom   
 

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