- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 121字
- 2021-06-18 18:59:53
The Java Persistence API
One of the problems of using JDBC APIs directly is that you have to constantly map the data between Java objects and the data in columns or rows in the relational database. Frameworks such as Hibernate and Spring have made this process simpler by using a concept known as Object Relational Mapping (ORM). ORM is incorporated in JEE in the form of the Java Persistence API (JPA).
JPA gives you the flexibility to map objects to tables in the relational database and execute queries with or without using Structured Query Language (SQL). When used in the content of JPA, the query language is called Java Persistence Query Language. JPA specification 2.2 is a part of JEE8.
推薦閱讀
- 算法訓練營:入門篇(全彩版)
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 認識編程:以Python語言講透編程的本質
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Getting Started with SQL Server 2012 Cube Development
- 小程序開發原理與實戰
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 一塊面包板玩轉Arduino編程
- Mastering Linux Security and Hardening
- Statistical Application Development with R and Python(Second Edition)
- App Inventor創意趣味編程進階
- Django 3.0入門與實踐
- 并行編程方法與優化實踐
- Flink技術內幕:架構設計與實現原理
- Practical Time Series Analysis