Uses of Enum Class
org.springframework.data.cassandra.core.query.Update.AddToOp.Mode
Packages that use Update.AddToOp.Mode
Package
Description
Apache Cassandra specific query and update support.
-
Uses of Update.AddToOp.Mode in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return Update.AddToOp.ModeModifier and TypeMethodDescriptionUpdate.AddToOp.getMode()static Update.AddToOp.ModeReturns 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.Constructors in org.springframework.data.cassandra.core.query with parameters of type Update.AddToOp.ModeModifierConstructorDescriptionAddToOp(ColumnName columnName, Iterable<? extends Object> value, Update.AddToOp.Mode mode)