Uses of Class
com.azure.spring.data.cosmos.core.convert.MappingCosmosConverter
Packages that use MappingCosmosConverter
Package
Description
This package contains the classes to configure properties of cosmos db
This package contains the core classes of cosmos db, includes converters,
query generators and mapping to cosmos entities
-
Uses of MappingCosmosConverter in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return MappingCosmosConverterModifier and TypeMethodDescriptionAbstractCosmosConfiguration.mappingCosmosConverter(CosmosMappingContext cosmosMappingContext) Declare MappingCosmosConverter bean.Methods in com.azure.spring.data.cosmos.config with parameters of type MappingCosmosConverterModifier and TypeMethodDescriptionAbstractCosmosConfiguration.cosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) Declare CosmosTemplate bean.AbstractCosmosConfiguration.reactiveCosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) Declare ReactiveCosmosTemplate bean. -
Uses of MappingCosmosConverter in com.azure.spring.data.cosmos.core
Methods in com.azure.spring.data.cosmos.core that return MappingCosmosConverterModifier and TypeMethodDescriptionCosmosOperations.getConverter()To get converterCosmosTemplate.getConverter()ReactiveCosmosOperations.getConverter()To get converterReactiveCosmosTemplate.getConverter()Constructors in com.azure.spring.data.cosmos.core with parameters of type MappingCosmosConverterModifierConstructorDescriptionCosmosTemplate(com.azure.cosmos.CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) InitializationCosmosTemplate(com.azure.cosmos.CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter, org.springframework.data.auditing.IsNewAwareAuditingHandler cosmosAuditingHandler) InitializationCosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) InitializationCosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter, org.springframework.data.auditing.IsNewAwareAuditingHandler cosmosAuditingHandler) InitializationReactiveCosmosTemplate(com.azure.cosmos.CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) InitializationReactiveCosmosTemplate(com.azure.cosmos.CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter, org.springframework.data.auditing.IsNewAwareAuditingHandler cosmosAuditingHandler) InitializationReactiveCosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter) InitializationReactiveCosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter, org.springframework.data.auditing.IsNewAwareAuditingHandler cosmosAuditingHandler) Constructor