- 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.
推薦閱讀
- Java面向對象思想與程序設計
- Java面向對象軟件開發
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Vue.js快跑:構建觸手可及的高性能Web應用
- Developing Middleware in Java EE 8
- Python Deep Learning
- Bulma必知必會
- Python應用輕松入門
- C++ 從入門到項目實踐(超值版)
- HTML5+CSS3網頁設計
- Learning Vaadin 7(Second Edition)
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Learning Android Application Testing
- C語言程序設計實踐
- Docker:容器與容器云(第2版)