Skip to page content Skip to section menu Skip to site-wide navigation About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Introduction to Hibernate - A 2 Day Course

Synopsis

Hibernate has emerged as the most widely used object-relational mapping (ORM) library for Java. ORM is used to persist Java objects to relational databases, and Hibernate does this in a transparent but flexible way. As well as being used stand-alone, it is also often integrated with the Spring framework when writing enterprise applications.

Note: This course can be run with the Spring course to give a full five-day introduction to Spring and Hibernate.

Suitable For

Java programmers, with more than six months experience of writing real applications. Experience of J2EE would be an advantage, but is not essential.

Prerequisites

Publicly scheduled dates, locations, and prices

A schedule of dates for this course is not currently available. Please call 0800 651 0338 or use our contact form to enquire about places and availability.


Contents

Introduction

Mapping Beans

Modelling Relationships

Queries