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, getQueryMethod
private 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 AbstractCosmosQuery
protected boolean isDeleteQuery()
isDeleteQuery
in class AbstractCosmosQuery
protected boolean isExistsQuery()
isExistsQuery
in class AbstractCosmosQuery
Copyright © 2020 Microsoft. All rights reserved.