Uses of Class
com.azure.spring.data.cosmos.core.convert.MappingCosmosConverter
-
Packages that use MappingCosmosConverter Package Description com.azure.spring.data.cosmos.config This package contains the classes to configure properties of cosmos dbcom.azure.spring.data.cosmos.core 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 MappingCosmosConverter Modifier and Type Method Description MappingCosmosConverterAbstractCosmosConfiguration. mappingCosmosConverter(CosmosMappingContext cosmosMappingContext)Declare MappingCosmosConverter bean.Methods in com.azure.spring.data.cosmos.config with parameters of type MappingCosmosConverter Modifier and Type Method Description CosmosTemplateAbstractCosmosConfiguration. cosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter)Declare CosmosTemplate bean.ReactiveCosmosTemplateAbstractCosmosConfiguration. 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 MappingCosmosConverter Modifier and Type Method Description MappingCosmosConverterCosmosOperations. getConverter()To get converterMappingCosmosConverterCosmosTemplate. getConverter()MappingCosmosConverterReactiveCosmosOperations. getConverter()To get converterMappingCosmosConverterReactiveCosmosTemplate. getConverter()Constructors in com.azure.spring.data.cosmos.core with parameters of type MappingCosmosConverter Constructor Description CosmosTemplate(CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter)InitializationCosmosTemplate(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(CosmosAsyncClient client, String databaseName, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter)InitializationReactiveCosmosTemplate(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
-