Skip to main Content

JPA and Hibernate

  • Course Code HIBI
  • Duration 3 days

Course Delivery

Additional Payment Options

  • GTC 15 inc. VAT

    GTC, Global Knowledge Training Credit, please contact Global Knowledge for more details

Virtual Learning Price

£1,650.00

excl. VAT

Request Group Training Add to Cart

Course Delivery

This course is available in the following formats:

  • Public Classroom

    Traditional Classroom Learning

  • Virtual Learning

    Learning that is virtual

Request this course in a different delivery format.

Course Overview

Top

Hibernate is a popular Object/Relational Mapping framework that enables developers to write applications whose data persists in a database beyond the lifetime of the application that uses the data.

The Introduction to Hibernate course focuses on the practical aspects of using Hibernate as part of the technology stack. Attendees will learn how to develop persistent classes following natural Object-oriented idioms including inheritance,polymorphism,association,composition,and the Java collections framework.

The course uses Hibernate 5.2,and is based around a series of hands-on practical exercises and examples,where attendees will learn how to use Hibernate to produce high-performance,scalable and reliable software that manages critical data.

Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Virtual Learning

This interactive training can be taken from any location, your office or home and is delivered by a trainer. This training does not have any delegates in the class with the instructor, since all delegates are virtually connected. Virtual delegates do not travel to this course, Global Knowledge will send you all the information needed before the start of the course and you can test the logins.

Course Schedule

Top

Target Audience

Top

The Introduction to Hibernate course is aimed at architects,programmers,engineers,managers and those involved in the development of complex enterprise-level Java applications.

This course is aimed specifically at those using Java as the core development language.

Course Objectives

Top

This course aims to provide the delegate with the knowledge to be able to:

  • Configure JPA and Hibernate
  • Map Java objects to relational tables
  • Map object associations to relationships
  • Manage transactions
  • Create and retrieve persistent objects
  • Manipulate persistent objects

Course Content

Top
Introduction to Hibernate Training Course Course Contents - DAY 1

Course Introduction

  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: INTRODUCTION TO HIBERNATE

  • Why ORM?
  • Choosing Hibernate
  • Hibernate Architecture
  • Hibernate Setup
  • Downloading Hibernate
  • Installing Hibernate
  • Hibernate Configuration
  • Hibernate Properties
  • Example MySQL Configuration
  • Example Oracle Configuration
  • Example Derby Configuration

Session 2: USING HIBERNATE

  • Hibernate Mapping
  • Mapping with Annotations
  • Hibernate Session
  • Hibernate Session: A Deeper Look
  • Hibernate Transactions
  • Transaction Properties
  • Transaction Rollbacks
  • Transaction API
  • Hibernate Entities
  • Hibernate Versioning
  • Hibernate Logging

Session 3: HIBERNATE MAPPING

  • Mapping Classes
  • Entity and Value Types
  • Value Types
  • Embeddable Types
  • Key Generation Strategies
  • Identity Strategy
  • Sequence Strategy
  • Table Strategy
  • Auto Strategy
  • Inheritance Mapping
  • Table Per Class
  • Table Per Subclass
  • Table Per Concrete Class
  • Relationship Mapping
  • Understanding Relationships
  • One-to-One Associations
  • One-to-Many Associations

Session 4: QUERYING PERSISTENT OBJECTS

  • Hibernate Query Language
  • HQL Expressions
  • HQL Functions
  • HQL Queries
  • Sample Queries
  • Polymorphic Queries
  • Scrollable Result Sets
  • Named Queries
  • Using Joins
  • Hibernate Caching
  • Caching Levels
  • Query Caching
  • Grouping and Subqueries
  • Binding Parameters
  • Criteria Query

Session 5: THE HIBERNATE ENVIRONMENT

  • The session manager
  • Transitive persistence
  • Dealing with long-running transactions
  • Locking implications
Introduction to Hibernate Training Course Course Contents - DAY 2

Session 6: ADVANCED MAPPING

  • Mapping to collection classes
  • Managing multiplicity: one-to-many,many-to-many
  • Custom mapping types

Session 7: SOURCE FILES

  • Creating the SessionFactory
  • Fetching strategies
  • The n+1 issue and its solution
  • Lazy (and aggressive) fetching strategies

Session 8: PERFORMANCE CONSIDERATIONS

  • First- and second-level caching
  • Monitoring and tuning Hibernate-generated SQL

Session 9: HIBERNATE AND JPA

  • Comparison of Hibernate with the Java Persistence API
  • Pros and Cons of Hibernate versus JPA in an EJB 3
  • Environment
  • Best of both worlds: Hibernate EntityManager

Session 10: HIBERNATE TOOLS

  • Automatic schema generation
  • Automatic POJO generation
  • Accommodating existing schemas
  • The Hibernate console and mapping editor

Session 11: HIBERNATE 5 NEW FEATURES

  • Enhanced Hibernate Search
  • Hibernate Validator
  • Improved Java 8 Support
  • Bootstrapping API
  • A look at Hibernate OGM
  • ByteBuddy Enhancements
  • Hibernate Multi-tenancy

Course Prerequisites

Top

Delegates attending this course should have experience programming with Java. This knowledge can be obtained by attendance on the pre-requisite Java Programming 1 course. Some exposure to JDBC would also be useful. JDBC is covered on our Java Programming 2 course,attendance of this course would be beneficial

Follow on Courses

Top
  • Developing Applications with Java EE (JEE)
  • Core Spring (SPRINGC)