Change Java Persistence API to Jakarta Persistence API in documentation.
Original pull request #2325
This commit is contained in:
committed by
Jens Schauder
parent
0ae3d43502
commit
ea51ee8c74
@@ -16,6 +16,6 @@ EclipseLink :: Object relational mapper implementing JPA - link:$$https://www.ec
|
||||
|
||||
Hibernate :: Object relational mapper implementing JPA - link:$$https://hibernate.org/$$[https://hibernate.org/]
|
||||
|
||||
JPA :: Java Persistence API
|
||||
JPA :: Jakarta Persistence API
|
||||
|
||||
Spring :: Java application framework - link:$$https://projects.spring.io/spring-framework$$[https://projects.spring.io/spring-framework]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[preface]]
|
||||
== Preface
|
||||
|
||||
Spring Data JPA provides repository support for the Java Persistence API (JPA). It eases development of applications that need to access JPA data sources.
|
||||
Spring Data JPA provides repository support for the Jakarta Persistence API (JPA). It eases development of applications that need to access JPA data sources.
|
||||
|
||||
[[project]]
|
||||
=== Project Metadata
|
||||
|
||||
Reference in New Issue
Block a user