Hibernate Website

Hibernate

Java Hibernate is a framework that simplifies the development of Java applications that interact with databases. It is an open source, lightweight, ORM (Object Relational Mapping) tool that maps Java objects to database tables and SQL data types. It also allows you to query or retrieve data using Hibernate.

Related Products