Files
spring-data-jpa/src/test/java/org/springframework
Oliver Gierke 4b7c413f5b DATAJPA-403 - Improve predicate building by reusing existing joins if possible.
QueryUtils now checks already existing joins and reuses them when building expressions. Inspired by the pull request #41 by Alexandre Payment but polished and added integration test to make sure the joins really get reused.
2013-09-25 09:33:55 +02:00
..