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 |
---|---|
static interface |
DataTarget.DataTargetSupport<C extends DataTarget.DataTargetSupport<C>>
Interface implemented by classes which support
DataTarget setting. |
Modifier and Type | Interface and Description |
---|---|
interface |
SubQuery<T>
Relational sub query
QueryExpression . |
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 ExpressionResolver s 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.