[Missing <summary> documentation for "N:NHibernate.Engine.Query"]
Classes
Class | Description | |
---|---|---|
![]() | CallableParser | |
![]() | CallableParser..::..Detail | |
![]() | FilterQueryPlan |
Extends an HQLQueryPlan to maintain a reference to the collection-role name
being filtered.
|
![]() | HQLExpressionQueryPlan | |
![]() | HQLQueryPlan | Defines a query execution plan for an HQL query (or filter). |
![]() | HQLStringQueryPlan | |
![]() | 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 |
The single available method Parse(String, ParameterParser..::..IRecognizer)
is responsible for parsing a query string and recognizing tokens in
relation to parameters (either named, ejb3-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 | |
![]() | QueryPlanCache | Acts as a cache for compiled query plans, as well as query-parameter metadata. |
![]() | ReturnMetadata |
Interfaces
Interface | Description | |
---|---|---|
![]() | IQueryExpressionPlan | |
![]() | IQueryPlan | |
![]() | ParameterParser..::..IRecognizer |