- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 104字
- 2021-08-27 19:57:36
Hibernate
Hibernate (http://hibernate.org) is the most popular ORM (Object Relational Mapping) tool for Java. It helps to map an object-oriented domain model to a relational database scheme using Java annotations. It implements JPA (Java Persistence API) and is the go-to provider for a JPA implementation. Hibernate also offers many additional features such as entity auditing, bean validation, and so on. Hibernate automatically generates SQL queries depending on the underlying database semantics and makes it possible to switch the databases of an application very easily. It also makes the application database independent without any vendor lock-in. Hibernate is free and open source software.
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- Getting Started with Gulp(Second Edition)
- MATLAB圖像處理超級(jí)學(xué)習(xí)手冊(cè)
- INSTANT OpenNMS Starter
- Hands-On Enterprise Automation with Python.
- Mastering Ext JS
- Swift語(yǔ)言實(shí)戰(zhàn)精講
- 深入分布式緩存:從原理到實(shí)踐
- Julia高性能科學(xué)計(jì)算(第2版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Python項(xiàng)目實(shí)戰(zhàn)從入門(mén)到精通
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- 嵌入式Linux C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)教程
- MongoDB Cookbook