clipped from: www.vaannila.com   

Hibernate Tutorial


Hibernate Tools Tutorial

Learn how to create a simple example using the Eclipse IDE and Hibernate Tools plug-in. HSQLDB is used for persisting data in the back-end.


Hibernate Mapping Tutorial

In this tutorial you will learn how to do many-to-many mapping in hibernate.


Hibernate Annotations Tutorial

Learn how to create a simple example using the Hibernate Annotations.


Hibernate Examples

List of all Hibernate Examples.

clipped from: www.vaannila.com   

In this tutorial you will see how to persist the java objects using the Hibernate Object/Relational Mapping (ORM) framework. Hibernate automates ORM and considerably reduces the number of lines of code needed to persist the object in the database. This example demonstrates how to automatically generate code from the object/relational mapping file, thus saving the developers time. This helps the developers to focus on the business problem rather than doing repetitive coding work.