Uses of Interface
com.azure.spring.data.cosmos.core.mapping.CosmosPersistentProperty
Packages that use CosmosPersistentProperty
Package
Description
This package contains the converter classes of cosmos db
This package contains the mapping classes of cosmos persistent entities
This package contains the process cosmos queries
-
Uses of CosmosPersistentProperty in com.azure.spring.data.cosmos.core.convert
Fields in com.azure.spring.data.cosmos.core.convert with type parameters of type CosmosPersistentPropertyModifier 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 CosmosPersistentPropertyModifier 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 CosmosPersistentPropertyModifierConstructorDescriptionMappingCosmosConverter(org.springframework.data.mapping.context.MappingContext<? extends CosmosPersistentEntity<?>, CosmosPersistentProperty> mappingContext, ObjectMapper objectMapper) Initialization -
Uses of CosmosPersistentProperty in com.azure.spring.data.cosmos.core.mapping
Methods in com.azure.spring.data.cosmos.core.mapping that return CosmosPersistentPropertyModifier and TypeMethodDescriptionCosmosMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property, BasicCosmosPersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) -
Uses of CosmosPersistentProperty in com.azure.spring.data.cosmos.repository.query
Constructor parameters in com.azure.spring.data.cosmos.repository.query with type arguments of type CosmosPersistentPropertyModifierConstructorDescriptionCosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, CosmosParameterAccessor accessor, org.springframework.data.mapping.context.MappingContext<?, CosmosPersistentProperty> mappingContext) Creates a newCosmosQueryCreator.ReactiveCosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, ReactiveCosmosParameterAccessor accessor, org.springframework.data.mapping.context.MappingContext<?, CosmosPersistentProperty> mappingContext) Creates a newReactiveCosmosQueryCreator.