Uses of Enum Class
org.springframework.data.elasticsearch.core.query.Criteria.Operator
Packages that use Criteria.Operator
-
Uses of Criteria.Operator in org.springframework.data.elasticsearch.core.query
Subclasses with type arguments of type Criteria.Operator in org.springframework.data.elasticsearch.core.queryModifier and TypeClassDescriptionstatic enumOperator to join the entries of the criteria chainMethods in org.springframework.data.elasticsearch.core.query that return Criteria.OperatorModifier and TypeMethodDescriptionCriteria.getOperator()static Criteria.OperatorReturns the enum constant of this class with the specified name.static Criteria.Operator[]Criteria.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.