| Package | Description |
|---|---|
| org.springframework.data.couchbase.core.query |
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryCriteria.ChainOperator |
QueryCriteria.ChainOperator.from(String operator) |
static QueryCriteria.ChainOperator |
QueryCriteria.ChainOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryCriteria.ChainOperator[] |
QueryCriteria.ChainOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCriteriaDefinition.setChainOperator(QueryCriteria.ChainOperator chainOperator) |
void |
QueryCriteria.setChainOperator(QueryCriteria.ChainOperator chainOperator) |
| Constructor and Description |
|---|
QueryCriteria(LinkedList<QueryCriteria> chain,
N1QLExpression key,
Object[] value,
QueryCriteria.ChainOperator chainOperator) |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.