Articles tagged with: Hibernate
Headline »
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 »
This article gives the first example of Java Persistent API (JPA) with Hibernate, Eclipse on Oracle database.
Hibernate, Spring, Tech Notes »
This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse.
Hibernate, Tech Notes »
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 »
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.
