Sunday, 2 February 2014

Introduction to Hibernate


  •  Hibernate is an open source object/relational mapping tool for Java.
  • Hibernate is Free Software. The LGPL license is sufficiently flexible to allow the use of Hibernate in both open source and commercial projects (see the LicenseFAQ for details). Hibernate is available for download at http://www.hibernate.org/. 
  • Hibernate not only takes care of the mapping from Java classes to database tables (and from Java data types to SQL data types), but also provides data query and retrieval facilities and can significantly reduce development time otherwise spent with manual data handling in SQL and JDBC.
  • Hibernates goal is to relieve the developer from 95 percent of common data persistence related programming tasks.
More Info

No comments:

Post a Comment