CloseableIterator<T> |
Unification of Iterator and AutoCloseable
|
DomainQueryExecutionContext |
Context for execution of Query "
|
HqlInterpretation |
|
MutableQueryOptions |
|
NonSelectQueryPlan |
|
ParameterMetadataImplementor |
|
ProcedureParameterMetadataImplementor |
|
QueryEngineOptions |
|
QueryImplementor<R> |
|
QueryInterpretationCache |
Cache for various parts of translating or interpreting queries.
|
QueryInterpretationCache.Key |
|
QueryOptions |
Encapsulates options for the execution of a HQL/Criteria/native query
|
QueryParameterBinding<T> |
/**
The value/type binding information for a particular query parameter.
|
QueryParameterBindings |
Manages all the parameter bindings for a particular query.
|
QueryParameterBindingTypeResolver |
A resolver for Type based on a parameter value being bound, when no
explicit type information is supplied.
|
QueryParameterImplementor<T> |
|
QueryParameterListBinding<T> |
Represents a "parameter list" binding: aka the binding of a collection of values for a single
query parameter.
|
QueryPlan |
Common contract for select and mutation query plans
|
QueryPlanCache |
A cache for QueryPlan s used (and produced) by the translation
and execution of a query.
|
QueryPlanCache.Key |
|
QueryProducerImplementor |
The internal contract for QueryProducer implementations.
|
ScrollableResultsImplementor<R> |
|
SelectQueryPlan<R> |
General contract for performing execution of a query returning results.
|
SqmQuery |
Query based on an SQM tree.
|