© Daniel Andres Pelaez Lopez 2021
D. A. P. LopezFull-Stack Web Development with Jakarta EE and Vue.jshttps://doi.org/10.1007/978-1-4842-6342-6_5

5. Modeling Your Entities and Data with JPA

Daniel Andres Pelaez Lopez1  
(1)
Medellin, Colombia
 

The persistence layer is always a necessity for any real software project in which you need to access and save your data somewhere.

In this chapter, we are going to analyze the new Daniel’s Delivery application and define the data access using relational databases and JPA over Jakarta EE. We will discover entities to map our requirements and understand how we can connect to a data source, creating basic CRUDS structures. As you will see in detail with both the entity modeling and implementation process, this chapter ...

Get Full-Stack Web Development with Jakarta EE and Vue.js: Your One-Stop Guide to Building Modern Full-Stack Applications with Jakarta EE and Vue.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.