Hiberante Tutorial


The intention of this website is to give you some information about Hibernate and using Hibernate techniques in Java. We intend also to give you clear answers on questions that you might ask in accordance to this subject: "What is a Hibernate ?", "Why should I use it and how can i do that?".
In the Hibernate tutorial web page we also tried to provide you specific tutorial how use your Hibernate knowledge in order to achieve your targets.

General information on Hibernate


Hibernate is an open source object (relational) mapping library for the Java language,that provides persistent classes and logic without caring how to handle the data.

Hibernate solves Object-Relational impedance mismatch problems by replacing direct persistence-related database accesses with high-level object handling functions.