Home Hibernate What is hibernate
Questions:Ask|Latest



What is hibernate
Posted on: June 25, 2012 By Deepak Kumar
This tutorial will help you in understanding the concept of Hibernate

What is hibernate

This tutorial will help you in understanding the concept of Hibernate.

Hibernate:-

Hibernate is an Open Source persistence technology. It provides Object/Relational mapping library. It solves object-relational impedance mismatch problems.
Hibernate works as a bridge between application and database.

Hibernate provide a way of mapping of applications class to the database table.
It maps each class properties to the corresponding columns of table.
After mapping to the table, all operations are performed by using the object of class in which table is mapped.
So the overhead of interacting with the database overcomes.


Recommend the tutorial

Ask Questions?    Discuss: What is hibernate  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 
Comments