C - Concrete subtypepublic interface BulkClause<C extends BulkClause<C>> extends DMLClause<C>
Datastore bulk DML clauses configuration.| Modifier and Type | Method and Description |
|---|---|
<T> C |
set(Path<T> path,
T value)
Add a value binding using a
Path. |
C |
setNull(Path path)
Bind the given
Path to null |
Copyright © 2017 The Holon Platform. All rights reserved.