Uses of Interface
com.azure.spring.data.cosmos.core.ReactiveCosmosOperations
Packages that use ReactiveCosmosOperations
Package
Description
This package contains the core classes of cosmos db, includes converters,
query generators and mapping to cosmos entities
This package contains the process cosmos queries
This package contains the support classes of setting up cosmosdb repositories and factories
-
Uses of ReactiveCosmosOperations in com.azure.spring.data.cosmos.core
Classes in com.azure.spring.data.cosmos.core that implement ReactiveCosmosOperations -
Uses of ReactiveCosmosOperations in com.azure.spring.data.cosmos.repository.query
Fields in com.azure.spring.data.cosmos.repository.query declared as ReactiveCosmosOperationsModifier and TypeFieldDescriptionprotected final ReactiveCosmosOperations
AbstractReactiveCosmosQuery.operations
Reactive Cosmos operationsConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type ReactiveCosmosOperationsModifierConstructorDescriptionAbstractReactiveCosmosQuery
(ReactiveCosmosQueryMethod method, ReactiveCosmosOperations operations) InitializationContainerExecution
(ReactiveCosmosOperations operations) Creates a new instance of container execution.CountExecution
(ReactiveCosmosOperations operations) Creates a new instance of count execution.DeleteExecution
(ReactiveCosmosOperations operations) Creates a new instance of delete execution.ExistsExecution
(ReactiveCosmosOperations operations) Creates a new instance of exists execution.MultiEntityExecution
(ReactiveCosmosOperations operations) Creates a new instance of multi-entity execution.PartTreeReactiveCosmosQuery
(ReactiveCosmosQueryMethod method, ReactiveCosmosOperations operations) InitializationSingleEntityExecution
(ReactiveCosmosOperations operations, org.springframework.data.repository.query.ReturnedType returnedType) Creates a new instance of single-entity execution. -
Uses of ReactiveCosmosOperations in com.azure.spring.data.cosmos.repository.support
Methods in com.azure.spring.data.cosmos.repository.support with parameters of type ReactiveCosmosOperationsModifier and TypeMethodDescriptionvoid
ReactiveCosmosRepositoryFactoryBean.setReactiveCosmosOperations
(ReactiveCosmosOperations operations) Set reactive CosmosDB operationsConstructors in com.azure.spring.data.cosmos.repository.support with parameters of type ReactiveCosmosOperationsModifierConstructorDescriptionReactiveCosmosRepositoryFactory
(ReactiveCosmosOperations cosmosOperations) InitializationSimpleReactiveCosmosRepository
(CosmosEntityInformation<T, K> metadata, ReactiveCosmosOperations reactiveCosmosOperations) Initialization with metadata and reactiveCosmosOperationsStringBasedReactiveCosmosQuery
(ReactiveCosmosQueryMethod queryMethod, ReactiveCosmosOperations dbOperations) Constructor