Hibernate
JPA Hibernate with Oracle on Eclipse
This article gives the first example of Java Persistent API (JPA) with Hibernate, Eclipse on Oracle database.
Hibernate, Spring, Oracle and JUnit Integration on Eclipse
This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse.
Complete Hibernate Tutorial with Example
Complete hibernate tutorial that can take beginers to a level of good knowledge of hibernate. It also contains an example to start with coding on Eclipse with Oracle database.
Hibernate Example on Eclipse and Oracle
Most of us want the first starting code for any technology, and same is the case with hibernate. This article gives an example to start hibernate coding on Eclipse with Oracle as database.
Hibernate Query Support through HQL, Native SQL, and Criteria Search
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 Inheritence Mapping Strategies
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 Bi-Directional Mapping in Detail
Hibernate bidirectional mappings are of common use in parent child relationships amongst entities. This article explains it in detail with examples.
Hibernate Unidirectional One to One Association Mapping
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 Association Mappings: One – To – Many
In this article, we focus on next association in Unidirectional context. One – to – Many links one entity with many other entities.
Hibernate Association Mappings: Many – To – One
Many – to -one is a unidirectional relation i.e. it establishes relation amongst many entities with one entity.
