Uses of Interface
com.azure.spring.data.cosmos.core.mapping.CosmosPersistentEntity
-
Packages that use CosmosPersistentEntity Package Description com.azure.spring.data.cosmos.core.convert This package contains the converter classes of cosmos dbcom.azure.spring.data.cosmos.core.mapping 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 CosmosPersistentEntity Modifier and Type Field Description protected 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 CosmosPersistentEntity Modifier and Type Method Description org.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 CosmosPersistentEntity Constructor Description MappingCosmosConverter(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 CosmosPersistentEntity Modifier and Type Class Description classBasicCosmosPersistentEntity<T>Simple value object to capture information ofCosmosPersistentPropertys.
-