| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncQuery
Represents an asynchronous query, used by the
AsyncDatastore API to configure and execute a query
and handle the query results asynchronously through the CompletionStage type. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanQuery<T>
A query which uses a bean class for query composition and projections.
|
interface |
BeanQueryBuilder<Q extends BeanQueryBuilder<Q>>
Builder to configure a bean based query.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubQuery<T>
Relational sub query
QueryExpression. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QuerySort.QuerySortSupport<C extends QuerySort.QuerySortSupport<C>>
Interface implemented by classes which support
QuerySorts addition. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Query
Represents a query, which can be used to configure and execute a query on the data managed by a
Datastore. |
interface |
QueryBuilder<Q extends QueryBuilder<Q>>
Builder to configure a
Query, managing query DataTarget and query clauses such as QueryFilter
and QuerySort and handling ExpressionResolvers registration. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LockQuery
A query with locking support, which is available through the
LockSupport API. |
Copyright © 2019 The Holon Platform. All rights reserved.