Search:

Type: Posts; User: ageery; Keyword(s):

Search: Search took 0.04 seconds.

  1. Since the distinct doesn't (currently) do...

    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...
  2. is there any way to do a count(distinct(*)) using Specifications?

    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,...
  3. No persistence exception translators found in bean factory. Cannot perform exception

    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...
  4. owner of the fetched association was not present in the select list

    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...
  5. Replies
    2
    Views
    683

    I read a paragraph out of context from this blog...

    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...
  6. Replies
    2
    Views
    683

    Spring Data JPA -- Java 6 required?

    I just wanted to verify that Java 6 is indeed required for Spring Data JPA. Can you confirm that?

    Thanks
    Andrew
Results 1 to 6 of 6