find by nested properties doesn't work [DATACOUCH-583] #891
Comments
Michael Reiche commented jyothiv - the issue is that it now puts back-tics around the complete name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jyothi opened DATACOUCH-583 and commented
Spring Data's query derivation mechanism is not working for nested properties. For E.g., below is not working with 4.0.1 version.
List<Person> findByAddressCity(String city);
findByAddress_City is not working either.
Same example worked fine with 3.2.1.RELEASE
Affects: 4.0.1 (Neumann SR1)
Backported to: 4.0.5 (Neumann SR5)
The text was updated successfully, but these errors were encountered: