-
Notifications
You must be signed in to change notification settings - Fork 692
Open
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructurein: repositoryRepositories abstractionRepositories abstractionstatus: feedback-providedFeedback has been providedFeedback has been providedtype: bugA general bugA general bug
Description
kizimini opened DATACMNS-1137 and commented
classes:
Dept{String name}
User{String name, Dept dept}
Address{String address, User user}
Repository:
findByUser_Dept_Name(String deptName) //correct
findByUserDeptName(String deptName) //correct
findByUserDept_Name(String deptName) //incorrect
PropertyPath:
PropertyPath.from("UserDept_Name", Address.class) // Address.user.name (incorrect)
Referenced from: pull request spring-projects/spring-boot#9962
Metadata
Metadata
Assignees
Labels
in: mappingMapping and conversion infrastructureMapping and conversion infrastructurein: repositoryRepositories abstractionRepositories abstractionstatus: feedback-providedFeedback has been providedFeedback has been providedtype: bugA general bugA general bug