Complete Hibernate 3.0 Tutorial
This tutorial provide step by step instructions on using Hibernate 3.0. Hibernate is popular open source object relational mapping tool for Java platform. It provides powerful, ultra-high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition and the Java collections framework. The Hibernate Query Language, designed as a "minimal" object-oriented extension to SQL, provides an elegant bridge between the object and relational worlds. Hibernate also allows you to express queries using native SQL or Java-based Criteria and Example queries. Hibernate is now the most popular object/relational mapping solution for Java.
- What is Hibernate?
- Hibernate Architecture
- Writing First Hibernate Code
- Understanding Hibernate O/R Mapping
- Understanding Hibernate element
- Using Hibernate to generate id incrementally
- Hibernate Query Language
- Preparing table for HQL Examples
- Writing ORM for Insurance table
- HQL from clause Example
- Hibernate Select Clause
- HQL Where Clause Example
- HQL Group By Clause Example
- HQL Order By Example
- Hibernate Criteria Query Example
- Criteria Query Examples
- Hibernate Native SQL Example
No comments:
Post a Comment