| Package | Description |
|---|---|
| com.holonplatform.async.datastore | |
| com.holonplatform.core.datastore |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDatastore
Asynchronous
DatastoreOperations API, which can be used to execute the Datastore operations and obtain the
the results asynchronously, using CompletionStage as operation return type. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DatastoreOperations.Builder<D extends DatastoreOperations,B extends DatastoreOperations.Builder<D,B>>
Base
DatastoreOperations instance builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Datastore
Datastore interface represents a generic data store abstraction and provides methods to perform data manipulation
operations.
|
Copyright © 2019 The Holon Platform. All rights reserved.