Tag Archives: JPA
Spring Data JPA with QueryDSL: Repositories made easy
Jun
30
2011
Spring Data JPA removes much boilerplate from repository code and QueryDSL can be used to create clean and reusable query specifications. When combined, we can create powerful repositories with very little code.





