T
- Bean classpublic static interface BeanDatastore.BeanOperationResult.Builder<T>
BeanDatastore.BeanOperationResult
builder.Modifier and Type | Method and Description |
---|---|
BeanDatastore.BeanOperationResult.Builder<T> |
affectedCount(long count)
Set the affected elements count.
|
BeanDatastore.BeanOperationResult<T> |
build()
Build the
BeanDatastore.BeanOperationResult . |
BeanDatastore.BeanOperationResult.Builder<T> |
result(T bean)
Set the result bean instance.
|
BeanDatastore.BeanOperationResult.Builder<T> |
type(Datastore.OperationType type)
Set the operation type
|
BeanDatastore.BeanOperationResult.Builder<T> type(Datastore.OperationType type)
type
- Operation typeBeanDatastore.BeanOperationResult.Builder<T> affectedCount(long count)
count
- Affected elements countBeanDatastore.BeanOperationResult.Builder<T> result(T bean)
bean
- The bean instance to setBeanDatastore.BeanOperationResult<T> build()
BeanDatastore.BeanOperationResult
.BeanDatastore.BeanOperationResult
instanceCopyright © 2018 The Holon Platform. All rights reserved.