Uses of Interface
com.azure.spring.data.cosmos.core.mapping.CosmosPersistentProperty
-
Packages that use CosmosPersistentProperty 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 entitiescom.azure.spring.data.cosmos.repository.query 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 CosmosPersistentProperty 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 CosmosPersistentProperty 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 CosmosPersistentProperty Constructor Description MappingCosmosConverter(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 CosmosPersistentProperty Modifier and Type Method Description CosmosPersistentPropertyCosmosMappingContext. 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 CosmosPersistentProperty Constructor Description CosmosQueryCreator(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.
-