| 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
|
| Class and Description |
|---|
| AbstractCosmosQuery
Abstract class for cosmos query.
|
| AbstractReactiveCosmosQuery
Abstract class for reactive cosmos query.
|
| CosmosEntityMetadata
Metadata class to describe cosmos entity includes domain type and container information
|
| CosmosParameter
A single cosmos parameter of a query method.
|
| CosmosParameterAccessor
Interface to access method parameters.
|
| CosmosParameters
Method parameters that have to be bound to query parameters or applied to the query independently.
|
| CosmosQueryExecution
Interface to execute cosmos query operations
|
| CosmosQueryMethod
Inherit QueryMethod class to generate a method that is designated to execute a finder query.
|
| ReactiveCosmosEntityMetadata
Metadata class to describe reactive cosmos entity includes domain type and container information
|
| ReactiveCosmosParameterAccessor
Interface to access method parameters.
|
| ReactiveCosmosQueryExecution
Interface to execute reactive cosmos query operations
|
| ReactiveCosmosQueryMethod
Inherit from QueryMethod class to execute a finder query.
|
| Class and Description |
|---|
| AbstractCosmosQuery
Abstract class for cosmos query.
|
| AbstractReactiveCosmosQuery
Abstract class for reactive cosmos query.
|
| CosmosParameterAccessor
Interface to access method parameters.
|
| CosmosQueryMethod
Inherit QueryMethod class to generate a method that is designated to execute a finder query.
|
| ReactiveCosmosParameterAccessor
Interface to access method parameters.
|
| ReactiveCosmosQueryMethod
Inherit from QueryMethod class to execute a finder query.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.