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(Map<Path<?>,Object> values)
Deprecated.
Use
add(PropertyBox) |
O |
add(PropertyBox propertyBox)
Add a
PropertyBox 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.
|
getConfigurationparameter, parameter, target, withExpressionResolvers, withWriteOption, withWriteOptions, withWriteOptionswithExpressionResolverexecute<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(PropertyBox propertyBox)
PropertyBox to insert.propertyBox - PropertyBox to add to the bulk insert operation (not null)@Deprecated O add(Map<Path<?>,Object> values)
add(PropertyBox)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.