Since the distinct doesn't (currently) do anything for a count query, does the following make sense as a change to org.springframework.data.jpa.repository.support.SimpleJpaRepository? The change is...
Type: Posts; User: ageery; Keyword(s):
Since the distinct doesn't (currently) do anything for a count query, does the following make sense as a change to org.springframework.data.jpa.repository.support.SimpleJpaRepository? The change is...
My regular, non-count specification-based queries obey the query.distinct(true) method. However, when my specification contains query.distinct(true) and I pass it to the count(Specification) method,...
My application runs in Tomcat without any problems, but in WebSphere 6.1 I get a No peristence exception translators found in bean factory exception. I have also seen this error in Tomcat, but my...
I'm getting the error:
query specified join fetching, but the owner of the fetched association was not present in the select list spring data jpa
I know it has been raised here...
I read a paragraph out of context from this blog [http://blog.springsource.com/2011/04/26/advanced-spring-data-jpa-specifications-and-querydsl/]:
To cure that pain an open-source project called...
I just wanted to verify that Java 6 is indeed required for Spring Data JPA. Can you confirm that?
Thanks
Andrew