public class StringBasedReactiveCosmosQuery extends AbstractReactiveCosmosQuery
operations| Constructor and Description |
|---|
StringBasedReactiveCosmosQuery(ReactiveCosmosQueryMethod queryMethod,
ReactiveCosmosOperations dbOperations)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected CosmosQuery |
createQuery(ReactiveCosmosParameterAccessor accessor) |
Object |
execute(Object[] parameters)
Executes the
AbstractReactiveCosmosQuery with the given parameters. |
protected boolean |
isCountQuery() |
protected boolean |
isDeleteQuery() |
protected boolean |
isExistsQuery() |
getExecution, getQueryMethod, isPageQuerypublic StringBasedReactiveCosmosQuery(ReactiveCosmosQueryMethod queryMethod, ReactiveCosmosOperations dbOperations)
queryMethod - the query methoddbOperations - the reactive cosmos operationsprotected CosmosQuery createQuery(ReactiveCosmosParameterAccessor accessor)
createQuery in class AbstractReactiveCosmosQuerypublic Object execute(Object[] parameters)
AbstractReactiveCosmosQueryAbstractReactiveCosmosQuery with the given parameters.execute in interface org.springframework.data.repository.query.RepositoryQueryexecute in class AbstractReactiveCosmosQueryparameters - must not be null.protected 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.