Home Help Java H Java hibernate



Java hibernate
Posted on: November 11, 2009 at 12:00 AM
Hibernate is popular, powerful, high performance, open source object relational mapping tool for Java platform.

Java hibernate

     

Hibernate is popular, powerful, high performance, open source object relational mapping tool for Java platform. Hibernate maps java classes to database tables and provides data query and retrieval facilities also which can reduce much development time in compare to manual data handling in SQL and JDBC. Hibernates relieves the developer up to much extent from common data persistence related programming tasks. It is most useful with object-oriented domain models and business logic in the Java-based middle-tier. Hibernate allows transparent persistence that enables the applications to switch any database. It has its latest version as Hibernate 3.0 which provides HQL (Hibernate Query Language), newly enhanced Hibernate Criteria Query API and enhanced support for queries expressed in the native SQL dialect of the database etc.


Read more at:

http:/www.roseindia.net/hibernate/index.shtml

Related Tags for Java hibernate:


More Tutorials from this section

Ask Questions?    Discuss: Java hibernate  

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.