Uses of Class
com.azure.spring.data.cosmos.config.CosmosConfig
-
Packages that use CosmosConfig 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 CosmosConfig in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return CosmosConfig Modifier and Type Method Description CosmosConfigCosmosConfig.CosmosConfigBuilder. build()Build a CosmosConfig instanceCosmosConfigAbstractCosmosConfiguration. cosmosConfig()Declare CosmosConfig beanMethods in com.azure.spring.data.cosmos.config with parameters of type CosmosConfig 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 CosmosConfig in com.azure.spring.data.cosmos.core
Constructors in com.azure.spring.data.cosmos.core with parameters of type CosmosConfig 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
-