Posts tagged JPA
What Is Jakarta Data?
Published on 21 Dec 2022
by Luqman Saeed
Topics:
Jakarta EE,
Jakarta Data,
JPA
|
0 Comments
The defacto way of accessing relational data in a Jakarta EE application is through the use of the Jakarta Persistence API. For NoSQL data access, one can now use the much newerJakarta NoSQL API. Jakarta Persistence especially has worked quite well and been serving its purpose with both its support for native queries, JPQL and Criteria queries. However, modern data access paradigms have meant having to pull in third party libraries to enjoy some more abstractions.