Home Hibernate Hibernate4 Complete Hibernate 4.0 Tutorial



Complete Hibernate 4.0 Tutorial
Posted on: February 11, 2012 at 12:00 AM
This section contains the Complete Hibernate 4.0 Tutorial.

Complete Hibernate 4.0 Tutorial

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.

Hibernate 4 was released in December 2011. The newly added features are : support for initial multi-tenancy, ServiceRegistry Introduction, SessionFactory session clean up, Improvement in Integration through org.hibernate.integrator.spi.Integrator and auto discovery, Improvement in logging due to i18n support and message codes, more clear separation between API, SPI and implementation classes, deprecated functions, classes clean up.

Given below the complete list of topics on Hibernate 4 :

You can learn hibernate 4 from our tutorials.


Related Tags for Complete Hibernate 4.0 Tutorial:


More Tutorials from this section

Ask Questions?    Discuss: Complete Hibernate 4.0 Tutorial  

Post your Comment


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

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.