public abstract class AbstractReactiveCosmosQuery extends Object implements org.springframework.data.repository.query.RepositoryQuery
| Modifier and Type | Field and Description |
|---|---|
private ReactiveCosmosQueryMethod |
method |
private ReactiveCosmosOperations |
operations |
| Constructor and Description |
|---|
AbstractReactiveCosmosQuery(ReactiveCosmosQueryMethod method,
ReactiveCosmosOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DocumentQuery |
createQuery(ReactiveCosmosParameterAccessor accessor) |
Object |
execute(Object[] parameters) |
private ReactiveCosmosQueryExecution |
getExecution(ReactiveCosmosParameterAccessor accessor) |
ReactiveCosmosQueryMethod |
getQueryMethod() |
protected abstract boolean |
isDeleteQuery() |
protected abstract boolean |
isExistsQuery() |
private final ReactiveCosmosQueryMethod method
private final ReactiveCosmosOperations operations
public AbstractReactiveCosmosQuery(ReactiveCosmosQueryMethod method, ReactiveCosmosOperations operations)
public Object execute(Object[] parameters)
execute in interface org.springframework.data.repository.query.RepositoryQueryprivate ReactiveCosmosQueryExecution getExecution(ReactiveCosmosParameterAccessor accessor)
public ReactiveCosmosQueryMethod getQueryMethod()
getQueryMethod in interface org.springframework.data.repository.query.RepositoryQueryprotected abstract DocumentQuery createQuery(ReactiveCosmosParameterAccessor accessor)
protected abstract boolean isDeleteQuery()
protected abstract boolean isExistsQuery()
Copyright © 2020 Microsoft. All rights reserved.