You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
markpollack edited this page Apr 12, 2011
·
2 revisions
Introduction
While Spring has always had first class support for relational databases, this page introduces a new Spring Data project - Spring Data JPA. Spring Data JPA reduces the effort to implement data access layers for JPA based applications. As a developer you write your repository interfaces, including custom finder methods, and Spring will provide the implementation automatically. Note, this approach is not limited to JPA and has been applied to other persistance stores such as MongoDB and Neo4j as part of the Spring MongoDB and Spring Neo4j projects.