Blog Archives

Comment on Spring Data – Part 2: JPA by Oliver Gierke

January 27, 2012
By
Comment on Spring Data – Part 2: JPA by Oliver Gierke

The reason for introducing @Query is that we support some additional quirks (defining a count query e.g.) in it besides the fact which Fabian mentioned. Regarding the potential change of being able to use @NamedQuery on a method I don't think this is gonna happen as this does not make sense in a pure...

Read more »

Tags