Uses of Interface
com.azure.spring.data.cosmos.core.mapping.CosmosPersistentEntity
Packages that use CosmosPersistentEntity
Package
Description
This package contains the converter classes of cosmos db
This package contains the mapping classes of cosmos persistent entities
-
Uses of CosmosPersistentEntity in com.azure.spring.data.cosmos.core.convert
Fields in com.azure.spring.data.cosmos.core.convert with type parameters of type CosmosPersistentEntityModifier and TypeFieldDescriptionprotected final org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>, CosmosPersistentProperty> MappingCosmosConverter.mappingContextMapping contextMethods in com.azure.spring.data.cosmos.core.convert that return types with arguments of type CosmosPersistentEntityModifier and TypeMethodDescriptionorg.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>, CosmosPersistentProperty> MappingCosmosConverter.getMappingContext()To get mapping contextConstructor parameters in com.azure.spring.data.cosmos.core.convert with type arguments of type CosmosPersistentEntityModifierConstructorDescriptionMappingCosmosConverter(org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>, CosmosPersistentProperty> mappingContext, ObjectMapper objectMapper) Initialization -
Uses of CosmosPersistentEntity in com.azure.spring.data.cosmos.core.mapping
Classes in com.azure.spring.data.cosmos.core.mapping that implement CosmosPersistentEntityModifier and TypeClassDescriptionclassSimple value object to capture information ofCosmosPersistentPropertys.