Uses of Enum Class
org.springframework.data.cassandra.core.query.CriteriaDefinition.Operators
Packages that use CriteriaDefinition.Operators
Package
Description
Apache Cassandra specific query and update support.
-
Uses of CriteriaDefinition.Operators in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return CriteriaDefinition.OperatorsModifier and TypeMethodDescriptionstatic CriteriaDefinition.Operators
Returns the enum constant of this class with the specified name.static CriteriaDefinition.Operators[]
CriteriaDefinition.Operators.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.cassandra.core.query that return types with arguments of type CriteriaDefinition.Operators