public interface BulkUpdateOperationConfiguration extends DatastoreOperationConfiguration
UPDATE
operation configuration.DatastoreOperationConfiguration.Builder<B extends DatastoreOperationConfiguration.Builder<B>>
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException
Modifier and Type | Method and Description |
---|---|
Optional<QueryFilter> |
getFilter()
Get the optional operation restrictions, expressed as a
QueryFilter . |
Map<Path<?>,TypedExpression<?>> |
getValues()
Get the operation values, expressed as a
Path - TypedExpression map. |
getParameters, getTarget, getWriteOption, getWriteOptions, getWriteOptions, hasWriteOption
validate
getExpressionResolvers
Optional<QueryFilter> getFilter()
QueryFilter
.Map<Path<?>,TypedExpression<?>> getValues()
Path
- TypedExpression
map.Copyright © 2019 The Holon Platform. All rights reserved.