Spring Data JPA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


* [[Spring Data#Projects|Spring Data]]
* [[Spring Data#Projects|Spring Data]]
* [[JPA]]


=Overview=
=Overview=

Revision as of 21:29, 9 October 2018

External

Internal

Overview

Spring Data JPA is a Spring Data project that assists with implementing JPA-based repositories. The approach involves writing the repository interface, including custom finder methods, and Spring will provide the implementation automatically.

Concepts