Files
spring-data-jpa/src/test/java
Oliver Gierke dbc5a3ffd0 DATAJPA-763 - Polishing.
Reworked integration test to make it work on EclipseLink, too. Simply checking for new no joins doesn't work here as it even adds joins for plain attribute traversals using root.get(…). We're now using Mockito to verify the expected behavior on the interaction level instead of the Root's state.

Removed superfluous finals. Added some Javadoc where necessary.

Original pull request: #151.
2015-07-20 19:00:10 +02:00
..