Uses of Class
com.azure.spring.data.cosmos.core.mapping.BasicCosmosPersistentEntity
Packages that use BasicCosmosPersistentEntity
Package
Description
This package contains the mapping classes of cosmos persistent entities
-
Uses of BasicCosmosPersistentEntity in com.azure.spring.data.cosmos.core.mapping
Methods in com.azure.spring.data.cosmos.core.mapping that return BasicCosmosPersistentEntityModifier and TypeMethodDescriptionprotected <T> BasicCosmosPersistentEntity<T>CosmosMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) Methods in com.azure.spring.data.cosmos.core.mapping with parameters of type BasicCosmosPersistentEntityModifier and TypeMethodDescriptionCosmosMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property, BasicCosmosPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)