Hibernate:What is hibernate?

Hibernate:What is hibernate?

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 Tutorials/Questions & Answers:
Feature of Hibernate3
What is the main feature of Hibernate3?
Advertisements
Maven Repository/Dependency: org.grails.plugins | hibernate5
Maven Repository/Dependency: hibernate | hibernate3
struts1.2,EJB3.0 and Hibernate3 integration example application - EJB
Maven dependency for org.grails.plugins - hibernate5 version 7.0.6 is released. Learn to use hibernate5 version 7.0.6 in Maven based Java projects
Maven dependency for org.grails.plugins - hibernate5 version 7.0.7 is released. Learn to use hibernate5 version 7.0.7 in Maven based Java projects
Maven dependency for org.grails.plugins - hibernate5 version 7.0.5 is released. Learn to use hibernate5 version 7.0.5 in Maven based Java projects
Hibernate4 Struts Integration
Hibernate 4 AnnotationSessionFactoryBean
Struts2 Spring Hibernate integration
Criteria with Multiple Tables - Hibernate
Need Jar in the JPA examples
Getting exception in hello world
Getting exception in hello world
Hibernate Tutorial
HIBERNATE IN CONSOLE & SERVLET
Java hibernate
Hibernate Tools
Introduction to Hibernate 3.0
Hibernate Performing the usual DB operations
What is Hibernate in Java?
Hibernate 4 Hello World: Example of Hello World program
Hibernate Example Step by Step in Eclipse
Hibernate 5 Hello World
Hibernate 5 Annotation Example
Hibernate 4 Training: Instructor led Hibernate Training

Ads