Interface Update.SetValueBuilder
- Enclosing class:
- Update
public static interface Update.SetValueBuilder
Builder to associate a single value with a collection at a given index at
ColumnName
.- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionAssociate thevalue
with the collection atColumnName
with a previously specified index.
-
Method Details
-
to
Associate thevalue
with the collection atColumnName
with a previously specified index.- Parameters:
value
- must not be null.- Returns:
- the
Update
object.
-