Closed
Description
Jens Schauder opened DATAJDBC-142 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 #37