public interface PropertyBoxOperationConfiguration extends DatastoreOperationConfiguration
DatastoreOperationConfiguration with PropertyBox support.| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyBoxOperationConfiguration.Builder<B extends PropertyBoxOperationConfiguration.Builder<B>>
PropertyBoxOperationConfiguration builder. |
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException| Modifier and Type | Method and Description |
|---|---|
PropertyBox |
getValue()
Get the
PropertyBox value. |
Map<Path<?>,TypedExpression<?>> |
getValueExpressions(boolean includeNullValues)
|
getParameters, getTarget, getWriteOption, getWriteOptions, getWriteOptions, hasWriteOptionvalidategetExpressionResolversPropertyBox getValue()
PropertyBox value.PropertyBox valueMap<Path<?>,TypedExpression<?>> getValueExpressions(boolean includeNullValues)
includeNullValues - Whether to include null property box valuesPropertyBox properties which can be represented as a Path and their values as
TypedExpressionsCopyright © 2019 The Holon Platform. All rights reserved.