Home Answers Viewqa Hibernate-Interview-Questions Hibernate:What is hibernate?

 
 


ratna rathor
Hibernate:What is hibernate?
1 Answer(s)      11 months ago
Posted in : Hibernate Interview Questions

What is hibernate?

View Answers

June 23, 2012 at 4:37 PM


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

          Applications
               |
           Hibernate
               |
         Database Server

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.

Click here for hibernate example









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.