December 2017
Intermediate to advanced
372 pages
8h 46m
English
Any non-trivial Java EE application will persist data to a relational database. In this chapter, we will cover how to connect to a database and perform CRUD (Create, Read, Update, Delete) operations.
The Java Persistence API (JPA) is the standard Java EE Object Relational Mapping (ORM) tool. We will discuss this API in detail in this chapter.
Some of the topics covered in this chapter include: