Class PropertyFilter.RelaxedPropertyPath

java.lang.Object
org.springframework.data.neo4j.core.mapping.PropertyFilter.RelaxedPropertyPath
Enclosing class:
PropertyFilter

public static class PropertyFilter.RelaxedPropertyPath extends Object
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.