Uses of Interface
com.azure.spring.data.cosmos.core.ReactiveCosmosOperations
-
Packages that use ReactiveCosmosOperations 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 entitiescom.azure.spring.data.cosmos.repository.query This package contains the process cosmos queriescom.azure.spring.data.cosmos.repository.support 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 Modifier and Type Class Description classReactiveCosmosTemplateTemplate class of reactive cosmos -
Uses of ReactiveCosmosOperations in com.azure.spring.data.cosmos.repository.query
Fields in com.azure.spring.data.cosmos.repository.query declared as ReactiveCosmosOperations Modifier and Type Field Description protected ReactiveCosmosOperationsAbstractReactiveCosmosQuery. operationsReactive Cosmos operationsConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type ReactiveCosmosOperations Constructor Description AbstractReactiveCosmosQuery(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 ReactiveCosmosOperations Modifier and Type Method Description voidReactiveCosmosRepositoryFactoryBean. setReactiveCosmosOperations(ReactiveCosmosOperations operations)Set reactive CosmosDB operationsConstructors in com.azure.spring.data.cosmos.repository.support with parameters of type ReactiveCosmosOperations Constructor Description ReactiveCosmosRepositoryFactory(ReactiveCosmosOperations cosmosOperations)InitializationSimpleReactiveCosmosRepository(CosmosEntityInformation<T,K> metadata, ReactiveCosmosOperations reactiveCosmosOperations)Initialization with metadata and reactiveCosmosOperationsStringBasedReactiveCosmosQuery(ReactiveCosmosQueryMethod queryMethod, ReactiveCosmosOperations dbOperations)Constructor
-