This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Data JPA 4.0.4!spring-doc.cn

JPA

This chapter points out the specialties for repository support for JPA. Before continuing to the JPA specifics, make sure you have a sound understanding of the basic concepts explained in Working with Spring Data Repositories.spring-doc.cn

The goal of the Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.spring-doc.cn