Spring Data JPA
Jump to navigation
Jump to search
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.