Uses of Class
org.springframework.data.mapping.context.InvalidPersistentPropertyPath
Packages that use InvalidPersistentPropertyPath
Package
Description
Mapping context API and implementation base classes.
-
Uses of InvalidPersistentPropertyPath in org.springframework.data.mapping.context
Methods in org.springframework.data.mapping.context that throw InvalidPersistentPropertyPathModifier and TypeMethodDescriptionMappingContext.getPersistentPropertyPath(String propertyPath, Class<?> type) Returns allPersistentPropertys for the given dot path notation based on the given type.MappingContext.getPersistentPropertyPath(PropertyPath propertyPath) Returns allPersistentPropertys for the given path expression based on the givenPropertyPath.