Module spring.data.cassandra
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 thevaluewith the collection atColumnNamewith a previously specified index.
-
Method Details
-
to
Associate thevaluewith the collection atColumnNamewith a previously specified index.- Parameters:
value- must not be null.- Returns:
- the
Updateobject.
-