- Java EE 8 Application Development
- David R. Heffelfinger
- 119字
- 2021-07-02 22:05:04
Object Relational Mapping with the Java Persistence API
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:
- Retrieving data from a database through JPA
- Inserting data into a database through JPA
- Updating data in a database through JPA
- Deleting data in a database through JPA
- Building queries programmatically through the JPA Criteria API
- Automating data validation through JPA 2.0's Bean Validation support
推薦閱讀
- Dependency Injection in .NET Core 2.0
- Learning AWS Lumberyard Game Development
- Effective Python Penetration Testing
- Mastering Android Game Development
- 速學(xué)Python:程序設(shè)計(jì)從入門到進(jìn)階
- Mastering C++ Multithreading
- Mastering Akka
- Android群英傳
- Django 3.0入門與實(shí)踐
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門到精通(視頻自學(xué)全彩版)
- Web App Testing Using Knockout.JS
- Learning Nessus for Penetration Testing
- Android移動(dòng)應(yīng)用開發(fā)項(xiàng)目教程
- 物聯(lián)網(wǎng)系統(tǒng)架構(gòu)設(shè)計(jì)與邊緣計(jì)算(原書第2版)
- 網(wǎng)絡(luò)綜合布線與組網(wǎng)實(shí)戰(zhàn)指南