Hibernate

Learn about Hibernate, an object-relational mapping framework in Java.

What is Hibernate?

Hibernate is an open-source Java ORM persistence framework.

Hibernate can be used to simplify the mapping of SQL databases to Java Objects and includes its own query language (HQL), a Java API for writing queries, and the ability to specify mappings via annotations or XML.

Get hands-on with 1200+ tech skills courses.