| 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 |
DatastoreOperations<R,REFRESH,BI extends BulkInsertOperation<R,BI>,BU extends BulkUpdateOperation<R,BU>,BD extends BulkDeleteOperation<R,BD>,Q extends QueryBuilder<Q>>
Base interface wich represents a generic data store abstraction and provides methods to perform data manipulation
operations, enabling persistent data management in a platform/vendor independent way.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubQuery<T>
Relational sub query
QueryExpression. |
| Modifier and Type | Interface and Description |
|---|---|
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 |
Query
Represents a query, which can be used to configure and execute a query on the data managed by a
Datastore. |
| 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.