Skip to content

wrong use of columnName in JdbcMappingContext [DATAJDBC-142] #375

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions