Enjoy Spring Data JPA in IntelliJ IDEA 11

November 24th, 2011 by serega.vasiliev

Spring JPA is a part of the Spring Data project that makes it easy to quickly implement JPA-based repositories.

IntelliJ IDEA 11 recognizes repositories,
provides quick navigation through the code,

adds advanced completion, error highlighting and quick fixes.

Download IntelliJ IDEA 11 Beta and try it.

Tags: , , ,

4 Responses to “Enjoy Spring Data JPA in IntelliJ IDEA 11”

  1. Igor Kolomiets Says:

    Great to see how IDEA is catching up with latest Spring’s features!

  2. Pronam Chatterjee Says:

    Any plans for supporting spring data graph? For example it does not find the relateTo method for an @NodeEntity right now.

  3. deno Says:

    does this work if you’re using java config vs xml? it’s not working for me. i have no xml.

  4. serega.vasiliev Says:

    java config - http://www.screenr.com/XV48

Leave a Reply