R
- Operation result typeO
- Actual operation typepublic interface BulkInsertOperation<R,O extends BulkInsertOperation<R,O>> extends ExecutableBulkOperation<R,BulkInsertOperationConfiguration,O>
INSERT
ExecutableBulkOperation
.Modifier and Type | Method and Description |
---|---|
O |
add(Iterable<PropertyBox> values)
Add one or more
PropertyBox values to insert. |
O |
add(Map<Path<?>,Object> values)
Deprecated.
Use
add(Iterable) |
default O |
add(PropertyBox... values)
Add one or more
PropertyBox values to insert. |
O |
operationPaths(Path<?>[] paths)
Deprecated.
|
O |
operationPaths(PropertySet<?> propertySet)
Deprecated.
|
<P extends Property> |
propertySet(Iterable<P> properties)
Set the operation property set, i.e. the properties which must be included in the bulk insert operation.
|
default <P extends Property> |
propertySet(P... properties)
Set the operation property set, i.e. the properties which must be included in the bulk insert operation.
|
getConfiguration
parameter, parameter, target, withExpressionResolvers, withWriteOption, withWriteOptions, withWriteOptions
withExpressionResolver
execute
<P extends Property> O propertySet(Iterable<P> properties)
P
- Property typeproperties
- Property set (not null)default <P extends Property> O propertySet(P... properties)
P
- Property typeproperties
- Property set (not null)O add(Iterable<PropertyBox> values)
PropertyBox
values to insert.values
- The values to add to the bulk insert operation (not null)default O add(PropertyBox... values)
PropertyBox
values to insert.values
- The values to add to the bulk insert operation (not null)@Deprecated O add(Map<Path<?>,Object> values)
add(Iterable)
values
- Value map to add to the bulk insert operation (not null)@Deprecated O operationPaths(Path<?>[] paths)
propertySet(Iterable)
paths
- Operation value paths@Deprecated O operationPaths(PropertySet<?> propertySet)
propertySet(Iterable)
PropertySet
.
Each property of the property set which corresponds to a Path
will be used as operation path.
propertySet
- The property set to set (not null)Copyright © 2019 The Holon Platform. All rights reserved.