Spring Data JPA: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://spring.io/projects/spring-data-jpa =Internal= * Spring Data =Overview= =Concepts=")
 
Line 8: Line 8:


=Overview=
=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=
=Concepts=

Revision as of 20:40, 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