public class PartTreeReactiveCosmosQuery extends AbstractReactiveCosmosQuery
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> |
mappingContext |
private org.springframework.data.repository.query.ResultProcessor |
processor |
private org.springframework.data.repository.query.parser.PartTree |
tree |
| Constructor and Description |
|---|
PartTreeReactiveCosmosQuery(ReactiveCosmosQueryMethod method,
ReactiveCosmosOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentQuery |
createQuery(ReactiveCosmosParameterAccessor accessor) |
protected boolean |
isDeleteQuery() |
protected boolean |
isExistsQuery() |
execute, getQueryMethodprivate final org.springframework.data.repository.query.parser.PartTree tree
private final org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> mappingContext
private final org.springframework.data.repository.query.ResultProcessor processor
public PartTreeReactiveCosmosQuery(ReactiveCosmosQueryMethod method, ReactiveCosmosOperations operations)
protected DocumentQuery createQuery(ReactiveCosmosParameterAccessor accessor)
createQuery in class AbstractReactiveCosmosQueryprotected boolean isDeleteQuery()
isDeleteQuery in class AbstractReactiveCosmosQueryprotected boolean isExistsQuery()
isExistsQuery in class AbstractReactiveCosmosQueryCopyright © 2020 Microsoft. All rights reserved.