Uses of Interface
com.azure.spring.data.cosmos.core.CosmosOperations
-
Packages that use CosmosOperations 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 CosmosOperations in com.azure.spring.data.cosmos.core
Classes in com.azure.spring.data.cosmos.core that implement CosmosOperations Modifier and Type Class Description classCosmosTemplateTemplate class for cosmos db -
Uses of CosmosOperations in com.azure.spring.data.cosmos.repository.query
Fields in com.azure.spring.data.cosmos.repository.query declared as CosmosOperations Modifier and Type Field Description protected CosmosOperationsAbstractCosmosQuery. operationsCosmosOperationsConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosOperations Constructor Description AbstractCosmosQuery(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 CosmosOperations Modifier and Type Method Description voidCosmosRepositoryFactoryBean. setCosmosOperations(CosmosOperations operations)Set cosmos operationConstructors in com.azure.spring.data.cosmos.repository.support with parameters of type CosmosOperations Constructor Description CosmosRepositoryFactory(CosmosOperations cosmosOperations)InitializationSimpleCosmosRepository(CosmosEntityInformation<T,ID> metadata, CosmosOperations dbOperations)InitializationStringBasedCosmosQuery(CosmosQueryMethod queryMethod, CosmosOperations dbOperations)Constructor
-