- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 122字
- 2021-07-23 19:24:29
Data persistence
The data access layer is the most fundamental part of any enterprise application. A common problem arises when dealing with a relational database from an object-oriented system—all runtime data are represented as objects, where the real data is stored as rows in tables. The Java Persistence API (JPA) provides Java developers with all the required operations, mappings, and techniques for mapping objects to the relational database.
In Chapter 3, Accessing the Database with JPA 2.1, we'll learn how to create and use JPA entities and map them to tables and columns. Moreover, we'll learn how to perform the four CRUD operations: mapping entity relationships, using the JPA Query Language and the Criteria API, and mapping inheritance relationships.
推薦閱讀
- Flutter開發實戰詳解
- 架構不再難(全5冊)
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- 數據結構(Python語言描述)(第2版)
- Python王者歸來
- Oracle Exadata專家手冊
- Java程序設計
- Python商務數據分析(微課版)
- SignalR:Real-time Application Development(Second Edition)
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 網頁設計與制作
- VB語言程序設計教程(第2版)
- 小學生C++編程課堂(新手篇)
- C#灰帽子:設計安全測試工具
- Linux C編程從入門到精通(“十二五”國家重點圖書出版規劃項目)