Hibernate | DeepakGaikwad.net - Part 2
Home » Archive

Articles in the Hibernate Category

Hibernate, Tech Notes »

[13 Mar 2009 | 2 Comments | ]

Hibernate allows three mapping strategies for inheritence. Database schema design and hibernate mapping change depending on the strategy we choose. Here are the details of each mapping strategy along with advantages and disadvantages of each.

Hibernate, Tech Notes »

[12 Mar 2009 | One Comment | ]

Hibernate bidirectional mappings are of common use in parent child relationships amongst entities. This article explains it in detail with examples.

Hibernate, Tech Notes »

[10 Mar 2009 | No Comment | ]

Hibernate one to one unidirectional association mapping can be implemented by two different ways. Here are details of implementation with a real life example.

Hibernate, Tech Notes »

[4 Mar 2009 | One Comment | ]

In this article, we focus on next association in Unidirectional context. One – to – Many links one entity with many other entities.

Hibernate, Tech Notes »

[2 Mar 2009 | No Comment | ]

Many – to -one is a unidirectional relation i.e. it establishes relation amongst many entities with one entity.