public class PartTreeReactiveCosmosQuery extends AbstractReactiveCosmosQuery
PartTree to parse a String into a tree or PartTree.OrParts
consisting of simple Part instances in turn.operations| Constructor and Description |
|---|
PartTreeReactiveCosmosQuery(ReactiveCosmosQueryMethod method,
ReactiveCosmosOperations operations)
Initialization
|
| Modifier and Type | Method and Description |
|---|---|
protected CosmosQuery |
createQuery(ReactiveCosmosParameterAccessor accessor) |
protected boolean |
isCountQuery() |
protected boolean |
isDeleteQuery() |
protected boolean |
isExistsQuery() |
execute, getExecution, getQueryMethod, isPageQuerypublic PartTreeReactiveCosmosQuery(ReactiveCosmosQueryMethod method, ReactiveCosmosOperations operations)
method - ReactiveCosmosQueryMethodoperations - ReactiveCosmosOperationsprotected CosmosQuery createQuery(ReactiveCosmosParameterAccessor accessor)
createQuery in class AbstractReactiveCosmosQueryprotected boolean isDeleteQuery()
isDeleteQuery in class AbstractReactiveCosmosQueryprotected boolean isExistsQuery()
isExistsQuery in class AbstractReactiveCosmosQueryprotected boolean isCountQuery()
isCountQuery in class AbstractReactiveCosmosQueryVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.