- 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.
推薦閱讀
- Mastering NetBeans
- Python自然語(yǔ)言處理實(shí)戰(zhàn):核心技術(shù)與算法
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫(kù)
- JavaScript前端開(kāi)發(fā)與實(shí)例教程(微課視頻版)
- Reactive Android Programming
- Unity Game Development Scripting
- 機(jī)器學(xué)習(xí)與R語(yǔ)言實(shí)戰(zhàn)
- FFmpeg開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- QPanda量子計(jì)算編程
- Java程序設(shè)計(jì)教程
- Using Yocto Project with BeagleBone Black
- JSP應(yīng)用與開(kāi)發(fā)技術(shù)(第3版)
- Managing Windows Servers with Chef
- The PHP Workshop
- C++ Multithreading Cookbook