Hibernate

  • submit to reddit

Hibernate Examples

Example Source Hibernate Tools Example Download Hibernate Annotations...

0 replies - 13042 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Component Mapping Using Annotations Tutorial

In this example you will learn how to map components using Hibernate Annotations. Consider the following relationship between Student and Address...

0 replies - 13617 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Many-To-Many Mapping Using Annotations Tutorial

In this example you will learn how to map many-to-many relationship using Hibernate Annotations. Consider the following relationship between Student and...

1 replies - 44949 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Mapping One-to-Many using Annotations

In this example you will learn how to map one-to-many relationship using Hibernate Annotations. Consider the following relationship between Student and Phone...

0 replies - 52956 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Mapping One-to-One using Annotations Tutorial

In this example you will learn how to map one-to-one relationship using Hibernate Annotations. Consider the following relationship between Student and...

2 replies - 33035 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Mapping Many-to-One using Annotations Tutorial

In this example you will learn how to map many-to-one relationship using Hibernate Annotations. Consider the following relationship between Student and...

0 replies - 37685 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Component Mapping Tutorial

In this example you will learn how to map components using Hibernate. Consider the following relationship between Student and Address entity. According to the...

0 replies - 16855 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Many-To-Many Mapping Tutorial

In this example you will learn how to map many-to-many relationship using Hibernate. Consider the following relationship between Student and Course entity....

1 replies - 73283 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate One-To-Many Mapping Tutorial

In this example you will learn how to map one-to-many relationship using Hibernate. Consider the following relationship between Student and Phone...

0 replies - 57471 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate One-To-One Mapping Tutorial

In this example you will learn how to map one-to-one relationship using Hibernate. Consider the following relationship between Student and Address...

1 replies - 83840 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Many-To-One Mapping Tutorial

In this example you will learn how to map many-to-one relationship using Hibernate. Consider the following relationship between Student and Address entity....

1 replies - 54441 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Annotations Tutorial

This example is the same as the first example except that it uses annotations. There we first started by creating the .hbm.xml file, here there is no need to...

3 replies - 46826 views - 06/14/12 by Meyyappan Muthuraman in Articles

Hibernate Example

In this tutorial you will see how to persist the java objects using the Hibernate Object/Relational Mapping (ORM) framework. Hibernate automates ORM and...

2 replies - 86844 views - 06/14/12 by Meyyappan Muthuraman in Articles