**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJDBC-142](https://jira.spring.io/browse/DATAJDBC-142?redirect=false)** and commented in this code snippet it most certainly shouldn't be `getColumnName()` but `getName()` PropertyPath nextPath = path == null ? PropertyPath.from(property.getName(), rootType) : PropertyPaths.extendBy(path, property.getColumnName()); paths.add(nextPath); paths.addAll(referencedEntities(rootType, nextPath)); --- **Referenced from:** pull request https://github.com/spring-projects/spring-data-jdbc/pull/37