public class PartTreeCosmosQuery extends AbstractCosmosQuery
PartTree to parse a String into a tree or PartTree.OrParts consisting
of simple Part instances in turn.operations| Constructor and Description |
|---|
PartTreeCosmosQuery(CosmosQueryMethod method,
CosmosOperations operations)
Initialization
|
| Modifier and Type | Method and Description |
|---|---|
protected CosmosQuery |
createQuery(CosmosParameterAccessor accessor) |
protected boolean |
isCountQuery() |
protected boolean |
isDeleteQuery() |
protected boolean |
isExistsQuery() |
execute, getExecution, getQueryMethod, isCollectionQuery, isPageQuery, isSliceQuerypublic PartTreeCosmosQuery(CosmosQueryMethod method, CosmosOperations operations)
method - CosmosQueryMethodoperations - CosmosOperationsprotected CosmosQuery createQuery(CosmosParameterAccessor accessor)
createQuery in class AbstractCosmosQueryprotected boolean isDeleteQuery()
isDeleteQuery in class AbstractCosmosQueryprotected boolean isExistsQuery()
isExistsQuery in class AbstractCosmosQueryprotected boolean isCountQuery()
isCountQuery in class AbstractCosmosQueryVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.