| 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 | Method and Description |
|---|---|
CosmosQueryMethod |
AbstractCosmosQuery.getQueryMethod()
Get method of query
|
| Constructor and Description |
|---|
AbstractCosmosQuery(CosmosQueryMethod method,
CosmosOperations operations)
Initialization
|
CosmosParameterParameterAccessor(CosmosQueryMethod method,
Object[] values)
Creates a new
CosmosParameterParameterAccessor. |
PartTreeCosmosQuery(CosmosQueryMethod method,
CosmosOperations operations)
Initialization
|
| Constructor and Description |
|---|
StringBasedCosmosQuery(CosmosQueryMethod queryMethod,
CosmosOperations dbOperations)
Constructor
|
Copyright © 2021 Microsoft Corporation. All rights reserved.