| Package | Description |
|---|---|
| com.microsoft.azure.spring.data.cosmosdb.core.generator | |
| com.microsoft.azure.spring.data.cosmosdb.core.query |
| Modifier and Type | Method and Description |
|---|---|
private String |
AbstractQueryGenerator.generateClosedQuery(String left,
String right,
CriteriaType type) |
| Modifier and Type | Field and Description |
|---|---|
private CriteriaType |
Criteria.type |
| Modifier and Type | Field and Description |
|---|---|
private static Map<org.springframework.data.repository.query.parser.Part.Type,CriteriaType> |
CriteriaType.PART_TREE_TYPE_TO_CRITERIA |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaType |
CriteriaType.toCriteriaType(org.springframework.data.repository.query.parser.Part.Type partType) |
static CriteriaType |
CriteriaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CriteriaType[] |
CriteriaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Criteria> |
DocumentQuery.getCriteriaByType(CriteriaType criteriaType) |
private Optional<Criteria> |
DocumentQuery.getCriteriaByType(CriteriaType criteriaType,
Criteria criteria) |
static Criteria |
Criteria.getInstance(CriteriaType type) |
static Criteria |
Criteria.getInstance(CriteriaType type,
Criteria left,
Criteria right) |
static Criteria |
Criteria.getInstance(CriteriaType type,
String subject,
List<Object> values) |
static boolean |
CriteriaType.isBinary(CriteriaType type)
Check if CriteriaType operation is binary, with format of (A ops A -> B).
|
static boolean |
CriteriaType.isClosed(CriteriaType type)
Check if CriteriaType operation is closure, with format of (A ops A -> A).
|
static boolean |
CriteriaType.isFunction(CriteriaType type)
Check if CriteriaType operation is a function.
|
static boolean |
CriteriaType.isUnary(CriteriaType type)
Check if CriteriaType operation is unary, with format of (ops A -> B).
|
| Constructor and Description |
|---|
Criteria(CriteriaType type) |
Copyright © 2020 Microsoft. All rights reserved.