| Package | Description |
|---|---|
| com.holonplatform.async.datastore | |
| com.holonplatform.core.datastore | |
| com.holonplatform.spring |
| 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 |
|---|---|
interface |
Datastore
Datastore interface represents a generic data store abstraction and provides methods to perform data manipulation
operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastorePostProcessor.postProcessDatastore(ConfigurableDatastore datastore,
String datastoreBeanName)
Configure given
datastore. |
Copyright © 2019 The Holon Platform. All rights reserved.