Hibernate | DeepakGaikwad.net
Home » Archive

Articles tagged with: Hibernate

Headline »

[10 Jun 2009 | No Comment | ]

As of now, we know hibernate as object relation mapping (ORM) open source framework. A framework, that eases our life in interaction with database, it not only supports many databases, but also provides a robust framework for connections and other complex data operations.  It supports persistent data store interactions in both Java and .NET technologies in object oriented way.
As J2EE moved to JEE 5, it introduced ORM into it’s technology specification through Java Persistent API (JPA). This means, we have a specification that defines the rules of object relation mapping …

Hibernate, JEE, Tech Notes »

[2 Apr 2009 | 4 Comments | ]

This article gives the first example of Java Persistent API (JPA) with Hibernate, Eclipse on Oracle database.

Hibernate, Spring, Tech Notes »

[26 Mar 2009 | One Comment | ]

This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse.

Hibernate, Tech Notes »

[14 Mar 2009 | 9 Comments | ]

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 »

[14 Mar 2009 | 20 Comments | ]

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.