Uses of Enum Class
org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
Package
Description
Apache Cassandra specific query and update support.
-
Uses of Update.AddToOp.Mode in org.springframework.data.cassandra.core.query
Modifier and TypeMethodDescriptionUpdate.AddToOp.getMode()
static Update.AddToOp.Mode
Returns the enum constant of this class with the specified name.static Update.AddToOp.Mode[]
Update.AddToOp.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAddToOp
(ColumnName columnName, Iterable<? extends Object> value, Update.AddToOp.Mode mode)