100% found this document useful (1 vote)
53 views

Hibernate Tutorials

hibernate tutorials from tutorialspoint.com

Uploaded by

Mani Sood
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
53 views

Hibernate Tutorials

hibernate tutorials from tutorialspoint.com

Uploaded by

Mani Sood
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

HIBERNATE TUTORIAL

http://www.tutorialspoint.com/hibernate/index.htm

Copyright tutorialspoint.com

Hibernate is a high-performance Object/Relational persistence and query service which is licensed


under the open source GNU Lesser General Public License LGPL and is free to download. Hibernate
not only takes care of the mapping from Java classes to database tables
andfromJavadatatypestoSQLdatatypes, but also provides data query and retrieval facilities.
This tutorial will teach you how to use Hibernate to develop your database based web applications
in simple and easy steps

AUDIENCE
This tutorial is designed for Java programmers with a need to understand the Hibernate framework
and API. After completing this tutorial you will find yourself at a moderate level of expertise in
using Hibernate from where you can take yourself to next levels.

PREREQUISITES
We assume you have good understanding of the Java programming language. A basic
understanding of relational databases, JDBC and SQL is very helpful.
Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

You might also like