Uses of Enum Class
org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
Packages that use QueryCriteria.ChainOperator
Package
Description
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
-
Uses of QueryCriteria.ChainOperator in org.springframework.data.couchbase.core.query
Methods in org.springframework.data.couchbase.core.query that return QueryCriteria.ChainOperatorModifier and TypeMethodDescriptionstatic QueryCriteria.ChainOperatorstatic QueryCriteria.ChainOperatorReturns the enum constant of this class with the specified name.static QueryCriteria.ChainOperator[]QueryCriteria.ChainOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.couchbase.core.query with parameters of type QueryCriteria.ChainOperatorModifier and TypeMethodDescriptionvoidQueryCriteria.setChainOperator(QueryCriteria.ChainOperator chainOperator) voidQueryCriteriaDefinition.setChainOperator(QueryCriteria.ChainOperator chainOperator) Constructors in org.springframework.data.couchbase.core.query with parameters of type QueryCriteria.ChainOperatorModifierConstructorDescriptionQueryCriteria(LinkedList<QueryCriteria> chain, N1QLExpression key, Object[] value, QueryCriteria.ChainOperator chainOperator)