Package | Description |
---|---|
com.holonplatform.core.datastore | |
com.holonplatform.core.datastore.beans |
Modifier and Type | Method and Description |
---|---|
static Datastore.OperationType |
Datastore.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datastore.OperationType[] |
Datastore.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<Datastore.OperationType> |
Datastore.OperationResult.getOperationType()
Get the executed operation type, if available.
|
Modifier and Type | Method and Description |
---|---|
Datastore.OperationResult.Builder |
Datastore.OperationResult.Builder.type(Datastore.OperationType type)
Set the operation type
|
Modifier and Type | Method and Description |
---|---|
Optional<Datastore.OperationType> |
BeanDatastore.BeanOperationResult.getOperationType()
Get the executed operation type, if available.
|
Modifier and Type | Method and Description |
---|---|
BeanDatastore.BeanOperationResult.Builder<T> |
BeanDatastore.BeanOperationResult.Builder.type(Datastore.OperationType type)
Set the operation type
|
Copyright © 2018 The Holon Platform. All rights reserved.