| Package | Description |
|---|---|
| com.azure.spring.data.cosmos.repository.query |
This package contains the process cosmos queries
|
| com.azure.spring.data.cosmos.repository.support |
This package contains the support classes of setting up cosmosdb repositories and factories
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveCosmosParameterParameterAccessor
ReactiveCosmosParameterParameterAccessor implementation using a ParametersParameterAccessor instance
to find special parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CosmosQuery |
AbstractReactiveCosmosQuery.createQuery(ReactiveCosmosParameterAccessor accessor) |
protected CosmosQuery |
PartTreeReactiveCosmosQuery.createQuery(ReactiveCosmosParameterAccessor accessor) |
| Constructor and Description |
|---|
ReactiveCosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
ReactiveCosmosParameterAccessor accessor,
org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> mappingContext)
Creates a new
ReactiveCosmosQueryCreator. |
| Modifier and Type | Method and Description |
|---|---|
protected CosmosQuery |
StringBasedReactiveCosmosQuery.createQuery(ReactiveCosmosParameterAccessor accessor) |
Copyright © 2021 Microsoft Corporation. All rights reserved.