| Package | Description |
|---|---|
| com.holonplatform.async.datastore | |
| com.holonplatform.core.datastore | |
| com.holonplatform.core.datastore.beans | |
| com.holonplatform.spring.internal |
| 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 |
ConfigurableDatastore
Base interface which represents common Datastore configuration capabilities.
|
interface |
Datastore
Datastore interface represents a generic data store abstraction and provides methods to perform data manipulation
operations.
|
interface |
DatastoreConfigProperties
A
ConfigPropertySet for Datastore configuration, using DatastoreConfigProperties.DEFAULT_NAME as property prefix. |
| Modifier and Type | Class and Description |
|---|---|
static class |
DatastoreConfigProperties.DatastoreConfigPropertiesImpl
Default implementation
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanDatastore
A
Datastore adapter which uses Java Beans as persistent data representation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataContextBoundBeanDefinition
A Spring
BeanDefinition with DataContextBound support. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDataContextBoundBeanDefinition
A Spring
BeanDefinition with DataContextBound support. |
Copyright © 2019 The Holon Platform. All rights reserved.