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, JEE, Tech Notes

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.

Hibernate, Spring, Tech Notes

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, Tech Notes

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, Tech Notes

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, Tech Notes

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, Tech Notes

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, Tech Notes

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, Tech Notes

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, Tech Notes

Hibernate Association Mappings: Many – To – One

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

Hibernate, Tech Notes