February 2024
Beginner to intermediate
316 pages
7h 21m
English
Jakarta EE applications frequently need to persist data in a relational database. In this chapter, we will cover how to connect to a database and perform Create, Read, Update, and Delete (CRUD) operations via Jakarta Persistence.
Jakarta Persistence is the standard Jakarta EE Object Relational Mapping (ORM) tool. We will discuss this API in detail in this chapter.
The following are the topics covered in this chapter:
Note
The source code used in this chapter can be found on GitHub ...
Read now
Unlock full access