Uses of Class
com.azure.spring.data.cosmos.core.mapping.BasicCosmosPersistentEntity
-
Packages that use BasicCosmosPersistentEntity Package Description com.azure.spring.data.cosmos.core.mapping 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 BasicCosmosPersistentEntity Modifier and Type Method Description protected <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 BasicCosmosPersistentEntity Modifier and Type Method Description CosmosPersistentPropertyCosmosMappingContext. createPersistentProperty(org.springframework.data.mapping.model.Property property, BasicCosmosPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
-