public class PartTreeCosmosQuery extends AbstractCosmosQuery
| 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 |
|---|
PartTreeCosmosQuery(CosmosQueryMethod method,
CosmosOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentQuery |
createQuery(CosmosParameterAccessor 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 PartTreeCosmosQuery(CosmosQueryMethod method, CosmosOperations operations)
protected DocumentQuery createQuery(CosmosParameterAccessor accessor)
createQuery in class AbstractCosmosQueryprotected boolean isDeleteQuery()
isDeleteQuery in class AbstractCosmosQueryprotected boolean isExistsQuery()
isExistsQuery in class AbstractCosmosQueryCopyright © 2020 Microsoft. All rights reserved.