Uses of Class
com.azure.spring.data.cosmos.CosmosFactory
-
Packages that use CosmosFactory 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 CosmosFactory in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return CosmosFactory Modifier and Type Method Description CosmosFactoryAbstractCosmosConfiguration. cosmosFactory(CosmosAsyncClient cosmosAsyncClient)Declare CosmosFactory bean.Methods in com.azure.spring.data.cosmos.config with parameters of type CosmosFactory 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 CosmosFactory in com.azure.spring.data.cosmos.core
Constructors in com.azure.spring.data.cosmos.core with parameters of type CosmosFactory Constructor Description CosmosTemplate(CosmosFactory cosmosFactory, CosmosConfig cosmosConfig, MappingCosmosConverter mappingCosmosConverter)InitializationCosmosTemplate(CosmosFactory cosmosFactory, 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
-