Uses of Interface
com.azure.spring.data.cosmos.core.CosmosOperations
Packages that use CosmosOperations
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 CosmosOperations in com.azure.spring.data.cosmos.core
Classes in com.azure.spring.data.cosmos.core that implement CosmosOperations -
Uses of CosmosOperations in com.azure.spring.data.cosmos.repository.query
Fields in com.azure.spring.data.cosmos.repository.query declared as CosmosOperationsModifier and TypeFieldDescriptionprotected final CosmosOperations
AbstractCosmosQuery.operations
CosmosOperationsConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosOperationsModifierConstructorDescriptionAbstractCosmosQuery
(CosmosQueryMethod method, CosmosOperations operations) InitializationContainerExecution
(CosmosOperations operations) Creates a new instance of container execution.CountExecution
(CosmosOperations operations) Creates a new instance of count execution.DeleteExecution
(CosmosOperations operations) Creates a new instance of delete execution.ExistsExecution
(CosmosOperations operations) Creates a new instance of exists execution.MultiEntityExecution
(CosmosOperations operations) Creates a new instance of multi-entity execution.PagedExecution
(CosmosOperations operations, org.springframework.data.domain.Pageable pageable) Creates a new instance of paged execution.PartTreeCosmosQuery
(CosmosQueryMethod method, CosmosOperations operations) InitializationSingleEntityExecution
(CosmosOperations operations, org.springframework.data.repository.query.ReturnedType returnedType) Creates a new instance of single-entity execution.SliceExecution
(CosmosOperations operations, org.springframework.data.domain.Pageable pageable) Creates a new instance of slice execution. -
Uses of CosmosOperations in com.azure.spring.data.cosmos.repository.support
Methods in com.azure.spring.data.cosmos.repository.support with parameters of type CosmosOperationsModifier and TypeMethodDescriptionvoid
CosmosRepositoryFactoryBean.setCosmosOperations
(CosmosOperations operations) Set cosmos operationConstructors in com.azure.spring.data.cosmos.repository.support with parameters of type CosmosOperationsModifierConstructorDescriptionCosmosRepositoryFactory
(CosmosOperations cosmosOperations) InitializationSimpleCosmosRepository
(CosmosEntityInformation<T, ID> metadata, CosmosOperations dbOperations) InitializationStringBasedCosmosQuery
(CosmosQueryMethod queryMethod, CosmosOperations dbOperations) Constructor