Class PropertyFilter.RelaxedPropertyPath
java.lang.Object
org.springframework.data.neo4j.core.mapping.PropertyFilter.RelaxedPropertyPath
- Enclosing class:
PropertyFilter
A very loose coupling between a dot path and its (possible) owning type. This is
due to the fact that the original PropertyPath does throw an exception on creation
when a property is not found on the entity. Since we are supporting also querying
for base classes with properties coming from the inheriting classes, this test on
creation is too strict.
- Author:
- Michael J. Simons, Gerrit Meier
-
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?> getType()inthashCode()replaceLastSegment(@Nullable String lastSegment) withRootType(Class<?> type)
-
Method Details
-
withRootType
-
toDotPath
-
toDotPath
-
getType
-
append
-
prepend
-
getSegment
-
getLeafProperty
-
replaceLastSegment
-
equals
-
hashCode
-