| ExecutionContext |
An instance of this class provides the context for the execution of a query,
which in essence captures a stable state of the content tree from the time
the execution context was created.
|
| FilterIterators |
Filtering iterators that are useful for queries with limit, offset, order by,
or distinct.
|
| NodeStateNodeTypeInfoProvider |
A nodetype info provider that is based on node states.
|
| QueryEngineImpl |
The query engine implementation.
|
| QueryEngineSettings |
Settings of the query engine.
|
| QueryEngineSettingsService |
|
| QueryFormatter |
Formatter for JCR queries in order to make them easier to read.
|
| QueryImpl |
Represents a parsed query.
|
| QueryOptions |
A query options (or "hints") that are used to customize the way the query is processed.
|
| QueryOptions.AutomaticQueryOptionsMapping |
|
| QueryValidator |
A validator for query.
|
| ResultImpl |
A query result.
|
| ResultRowImpl |
A query result row that keeps all data (for this row only) in memory.
|
| SessionQuerySettingsProviderService |
Overrides oak.fastQuerySize system property when available.
|
| SQL2Parser |
The SQL2 parser can convert a JCR-SQL2 query to a query.
|
| UnionQueryImpl |
Represents a union query.
|
| ValueConverter |
|