Interface Update.AddToBuilder
- Enclosing class:
Update
public static interface Update.AddToBuilder
Builder to add a single element/multiple elements to a collection associated with a
ColumnName.- Since:
- 2.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionAssociate all entries of the specifiedmapwith the map atColumnName.Append thevalueto the collection.Append allvaluesto the collection.Append allvaluesto the collection.Associate the specifiedvaluewith the specifiedkeyin the map.Prepend thevalueto the collection.prependAll(Iterable<? extends Object> values) Prepend allvaluesto the collection.prependAll(Object... values) Prepend allvaluesto the collection.
-
Method Details
-
prepend
-
prependAll
-
prependAll
-
append
-
appendAll
-
appendAll
-
entry
-
addAll
-