Hibernate 4

Hibernate 4


Posted in : Hibernate Posted on : February 1, 2012 at 6:52 PM Comments : [ 0 ]

This section contains a wide variety of tutorial on hibernate.

Hibernate 4

Hibernate is a Object-relational mapping (ORM) tool for Java. It was initiated by Gavin King in 2001. ORM methodology is used to map classes to tables,  class  instances is mapped to rows and attributes are mapped to table columns. It also map data types of Java to SQL data types.

Hibernate is a persistence framework which used to store and fetch data from Java environment to database table. Persistence is a storing  process of data to permanent storing medium like SQL database and fetching back to any time which may be after ending the process which stores data to this table.

Given below a wide variety of tutorials on Hibernate :

  • Hibernate 4 Introduction

  • Hibernate 4 Simple Example

Go to Topic «PreviousHomeNext»

Your Comment:


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

 
Tutorial Topics