Hi,
we made little progress not using the findAll() method and introducing a new custom find method using JP-QL in the Repository like
@Query("select e from Employee e left outer join...
Type: Posts; User: flexguse; Keyword(s):
Hi,
we made little progress not using the findAll() method and introducing a new custom find method using JP-QL in the Repository like
@Query("select e from Employee e left outer join...
Hi all,
we have some trouble with spring-data-jpa and EclipseLink and sorting. Maybe this is still a bug related to https://jira.springsource.org/browse/DATAJPA-252 or this is some special...
Hi all,
wie have some serious problems to get our JUnit Test running. Here is our setup:
Java 1.7
Spring-Data JPA 1.3.0.RELEASE
EclipseLink 2.4.1 with Load Time Weaving (LTW)
JUnit 4.11...