Hibernate | DeepakGaikwad.net - Part 2
Home » Archive

Articles tagged with: Hibernate

Hibernate, Tech Notes »

[13 Mar 2009 | One Comment | ]

Hibernate introduces hibernate query language to interact with database. Also it has support to native SQL. Search is also simplified through criteria search API. Read more with examples …

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.