| 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 |
CosmosParameterParameterAccessor
ParametersParameterAccessor implementation and store all special parameters in a List. |
| Modifier and Type | Method and Description |
|---|---|
protected CosmosQuery |
PartTreeCosmosQuery.createQuery(CosmosParameterAccessor accessor) |
protected abstract CosmosQuery |
AbstractCosmosQuery.createQuery(CosmosParameterAccessor accessor) |
protected CosmosQueryExecution |
AbstractCosmosQuery.getExecution(CosmosParameterAccessor accessor,
org.springframework.data.repository.query.ReturnedType returnedType)
Determines the appropriate execution path for a query
|
| Constructor and Description |
|---|
CosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
CosmosParameterAccessor accessor,
org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> mappingContext)
Creates a new
CosmosQueryCreator. |
| Modifier and Type | Method and Description |
|---|---|
protected CosmosQuery |
StringBasedCosmosQuery.createQuery(CosmosParameterAccessor accessor) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.