Results 1 to 3 of 3

Thread: Spring Data JPA -- Java 6 required?

  1. #1
    Join Date
    Jun 2011
    Posts
    6

    Default 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

  2. #2
    Join Date
    Apr 2006
    Location
    Dresden, Germany
    Posts
    483

    Default

    It's not . What leads you to this assumption?

  3. #3
    Join Date
    Jun 2011
    Posts
    6

    Default

    I read a paragraph out of context from this blog [http://blog.springsource.com/2011/04...nd-querydsl/]:

    To cure that pain an open-source project called Querydsl has come up with a quite similar but also different approach. Just like the JPA Criteria API it uses a Java 6 annotation processor to generate meta-model objects but produces a much more approachable API.

    Does the integration with Querydsl require Java 6 (maybe just for the compilation)?

    Thanks
    Andrew

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •