- 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
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- 騰訊iOS測試實(shí)踐
- Android Studio Essentials
- Visual C++數(shù)字圖像模式識別技術(shù)詳解
- MySQL 8 DBA基礎(chǔ)教程
- Git高手之路
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運(yùn)維
- Java:High-Performance Apps with Java 9
- SQL Server實(shí)用教程(SQL Server 2008版)
- Django實(shí)戰(zhàn):Python Web典型模塊與項目開發(fā)
- 深入實(shí)踐Kotlin元編程
- TypeScript圖形渲染實(shí)戰(zhàn):2D架構(gòu)設(shè)計與實(shí)現(xiàn)
- Microsoft Windows Identity Foundation Cookbook
- Spring MVC Blueprints
- Mastering Magento Theme Design