Uses of Class
com.azure.spring.data.cosmos.CosmosFactory
Packages that use CosmosFactory
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 CosmosFactory in com.azure.spring.data.cosmos.config
Methods in com.azure.spring.data.cosmos.config that return CosmosFactoryModifier and TypeMethodDescriptionAbstractCosmosConfiguration.cosmosFactory
(com.azure.cosmos.CosmosAsyncClient cosmosAsyncClient) Declare CosmosFactory bean.Methods in com.azure.spring.data.cosmos.config with parameters of type CosmosFactoryModifier 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 CosmosFactory in com.azure.spring.data.cosmos.core
Constructors in com.azure.spring.data.cosmos.core with parameters of type CosmosFactoryModifierConstructorDescriptionCosmosTemplate
(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