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 |
ExpressionResolverRegistry
A registry to maintain and organize a set of
ExpressionResolver s. |
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 |
DatastoreExpressionResolverRegistrar
Interface implemented by
Datastore s which provide default ExpressionResolver s registration. |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanDatastore
A
Datastore adapter which uses Java Beans as persistent data representation. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExpressionResolverRegistry
Default
ExpressionResolverRegistry implementation. |
Copyright © 2019 The Holon Platform. All rights reserved.