See: Description
| Interface | Description | 
|---|---|
| NativeQueryInterpreter | 
 Service contract for dealing with native queries. 
 | 
| ParameterParser.Recognizer | 
 Maybe better named a Journaler. 
 | 
| Class | Description | 
|---|---|
| EntityGraphQueryHint | 
 Encapsulates a JPA EntityGraph provided through a JPQL query hint. 
 | 
| 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. 
 | 
| NativeQueryInterpreterInitiator | |
| NativeSQLQueryPlan | 
 Defines a query execution plan for a native-SQL query. 
 | 
| OrdinalParameterDescriptor | 
 Descriptor regarding an ordinal parameter. 
 | 
| ParameterMetadata | 
 Encapsulates metadata about parameters encountered within a query. 
 | 
| ParameterParser | 
 The single available method  
ParameterParser.parse(java.lang.String, org.hibernate.engine.query.spi.ParameterParser.Recognizer) is responsible for parsing a
 query string and recognizing tokens in relation to parameters (either
 named, JPA-style, or ordinal) and providing callbacks about such
 recognitions. | 
| ParamLocationRecognizer | 
 Implements a parameter parser recognizer specifically for the purpose
 of journaling parameter locations. 
 | 
| ParamLocationRecognizer.NamedParameterDescription | 
 Internal representation of a recognized named parameter 
 | 
| QueryPlanCache | 
 Acts as a cache for compiled query plans, as well as query-parameter metadata. 
 | 
| ReturnMetadata | 
 Metadata about the query return(s). 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.