| Package | Description |
|---|---|
| com.azure.spring.data.cosmos.core |
This package contains the core classes of cosmos db, includes converters,
query generators and mapping to cosmos entities
|
| 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 |
ReactiveCosmosTemplate
Template class of reactive cosmos
|
| Modifier and Type | Field and Description |
|---|---|
protected ReactiveCosmosOperations |
AbstractReactiveCosmosQuery.operations |
| Constructor and Description |
|---|
AbstractReactiveCosmosQuery(ReactiveCosmosQueryMethod method,
ReactiveCosmosOperations operations)
Initialization
|
ContainerExecution(ReactiveCosmosOperations operations) |
CountExecution(ReactiveCosmosOperations operations) |
DeleteExecution(ReactiveCosmosOperations operations) |
ExistsExecution(ReactiveCosmosOperations operations) |
MultiEntityExecution(ReactiveCosmosOperations operations) |
PartTreeReactiveCosmosQuery(ReactiveCosmosQueryMethod method,
ReactiveCosmosOperations operations)
Initialization
|
SingleEntityExecution(ReactiveCosmosOperations operations,
org.springframework.data.repository.query.ReturnedType returnedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveCosmosRepositoryFactoryBean.setReactiveCosmosOperations(ReactiveCosmosOperations operations)
Set reactive CosmosDB operations
|
| Constructor and Description |
|---|
ReactiveCosmosRepositoryFactory(ReactiveCosmosOperations cosmosOperations)
Initialization
|
SimpleReactiveCosmosRepository(CosmosEntityInformation<T,K> metadata,
ReactiveCosmosOperations reactiveCosmosOperations)
Initialization with metadata and reactiveCosmosOperations
|
StringBasedReactiveCosmosQuery(ReactiveCosmosQueryMethod queryMethod,
ReactiveCosmosOperations dbOperations)
Constructor
|
Copyright © 2021 Microsoft Corporation. All rights reserved.