JPA (Java Persistence API) is the dedicated technology for accessing relational databases from inside Jakarta EE. Its aim is to provide a bridge between SQL tables and Java objects. This is a task that is far from simple for other than the most basic data schemes. The reason for this is that in relational database schemes there are associations between different tables: one row from one table may refer to one or many rows from another table or the other way around, and there could be references spanning three or more tables. And think of column-type conversions—a database may have different ...
Get Beginning Jakarta EE: Enterprise Edition for Java: From Novice to Professional 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.