Files
freeCodeCamp/guide/english/hibernate/index.md
2018-10-16 21:32:40 +05:30

9 lines
390 B
Markdown

---
title: Hibernate
---
## Hibernate
Hibernate ORM, commonly known as Hibernate is an object-relational mapping tool for Java. It provides a system for mapping object oriented domain models to relational databases. It possesses multiple high-level object handling functions.
#### More Information:
For documentation and downloads, visit [Hibernate's Official Site](https://hibernate.org)