Ajax Training: Ajax for Java Developers
EJB Training: Introduction to Enterprise Java Beans
Groovy for Java Developers
Hibernate Training
Intermediate Java Training
Introduction to Java Programming Training
Introduction to XML Training
Jakarta Struts Training
Java Development for Secure Systems
Java EE 5 (JEE - including EJB3)
Java Programming with Eclipse
JavaServer Faces (JSF) : Using JSF to Build J2EE Web Apps on the JBoss Application Server
JavaServer Faces Training: Introduction to JSF Training
JavaServer Pages Training: Introduction to JSP and Servlets Training
JBoss Training: Administering the JBoss 4.x Application Server
JBoss Training: Administering the JBoss® 5.X Application Server
JBoss Training: Enterprise JavaBeans (EJB 3) on the JBoss Application Server
JBoss Training: Enterprise JavaBeans 3.0 (EJB3) and the Java Persistence API (JPA) on the JBoss Application Server
JBoss Training: Java EE with Servlets JSP & JDBC on JBoss AS
JBoss Training: Servlets/JSP on the JBoss Application Server
JBoss Training: SOA and Java Web Services (JAX-WS) on the JBoss Application Server
Patterns In Frameworks Workshop
Software Design Training: Effective Software Development Training Boot Camp
Spring Framework Training (Spring 3)
Test Driven Development (TDD) for Java
The JSP Standard Tag Library (JSTL)
Web Development Using Grails Training
Web Services Training: Developing Java Web Services
XML Programming Using Java
    

Hibernate Training

This course can be taught in WSAD, RAD, Eclipse, NetBeans, JBoss and other IDE's
  Course #:  NT118
  Duration:  4 days

Hibernate Training Overview

nTier's Hibernate Training course covers everything you need to know to begin working with Hibernate. It covers all the important concepts necessary to access and update data stored in relational databases and includes an extensive series of labs to exercise all major capabilities.

Hibernate is an open source object/relational (OR) persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idioms - including association, inheritance, polymorphism, composition and the Java collections framework.

Hibernate is now the most popular OR mapping solutions for Java, and it has become a de facto standard in Java OR mapping. JBoss has integrated Hibernate into its JEMS (Java Enterprise Middleware System) product line.

The Java Persistence API (EJB 3) specification derives a great deal of its architecture from Hibernate, and the Hibernate annotations are compatible with the Java Persistence annotations. This promises to make Hibernate an even more important technology.

Labs are done with the Eclipse IDE Java EE version, and the lab instructions include detailed directions for using it. It is also available for other major IDEs, such as IntelliJ IDEA.

Hibernate Training Learning Objectives

  • Understand the benefits of Hibernate
  • Understand the hibernate architecture
  • Create Hibernate based applications
  • Understand and use Hibernate mapping to map persistent objects to the database
  • Understand and work with collections and associations
    • Value and Entity Types
    • Bidrectional and unidirectional
    • 1-1, 1-N, N-N
  • Use Hibernate's versioning support
  • Map inheritance hierarchies using Hibernate
  • Work with Hibernate queries, HQL, and Criteria
  • Performance tune your Hibernate applications
  • Understand Hibernate transaction support
  • Understand the relationship between Hibernate and Java Persistence/EJB 3
  • Use the new Hibernate annotations to do OR mapping

Hibernate Training Prerequisites

Intermediate knowledge of Java programming Some familiarity with the Java Database Connectivity (JDBC) interfaces Some experience with relational databases and SQL

Hibernate Training Outline

  1. Introduction to Hibernate
    • Issues with Persistence layers and Object-Relational Mapping(ORM)
    • Hibernate Overview and Benefits
    • Hibernate architecture overview
    • Configuring Hibernate
      • hibernate.cfg.xml file, Connection properties, Database dialect
      • SessionFactory, Configuration, and Session
    • Mapping a Class
      • Persistent Entity Class, Hibernate Mapping File, Mapping the Entity Class
      • Primary Keys: Id property, Generated Id
    • Working with sessions and Persistent Objects
    • Logging: hubernate.show_sql, log4j overview and configuration for Hibernate
  2. Updates and Queries
    • Inserting, Updating and Deleting Entities
    • HQL - Hibernate Query Language Overview
    • The Query Interface
    • Creating and working with queries
    • Named Queries, Projection Queries, Aggregate Queries
  3. The Persistence Lifecycle
    • Transaction Overview and Transactions in Hibernate
    • Hibernate Transaction API (in Managed and Non-managed environments)
    • The lifecylce of managed objects persistent, transient and detached objects
    • The Persistence (Session) Context (Lifespan, Relation to Managed Objects, Propagation)
    • Contextual Sessions
    • Synchronization to the Database
    • The Session as cache
    • Optimistic Locking/Versioning
      • Detached Objects and Optimistic Locking
      • Versioning overview and Using Versioning
      • Locking Objects
  4. Relationships
    • Object Relationship Overview
    • Mapping Collections of Value Objects
    • Entity Relationships: 1-N, N-1, N-N, 1-N
    • Mapping Entity Relationships
    • Uni and Bi-directional Relationships
    • The Relationship "inverse"
    • Cascading Over Relationships
    • Queries Across Relationships (Lazy and Eager)
    • Inheritance Mapping
      • Entity Inheritance with Hibernate
      • Table-per-class mapping
      • Table per Subclass mapping
      • Table per Concrete Class mapping
  5. Additional Querying Capabilities
    • Projection Queries, Aggregate queries, Bulk updates and deletes, Native SQL Queries
    • Query Filters
    • The Criteria API
      • Overview of the Criteria API
      • Working Querying with the Criteria API
      • Query by Example
  6. Hibernate and Java Persistence / EJB 3
    • Overview of Java Persistence / EJB 3
    • Relationship between Java Persistence and Hibernate
    • Mapping Entities with JPA Annotations
    • The Entity Manager, Persistence Context and Persistence Unit
    • Working with Transactions - Entity Transaction, Managed and Unmanaged Environments
    • Inserts and Updates
    • JPQL - Java Persistence Query Language
    • Versioning
    • Relationships
  7. Advanced Topics
    • Components and Multi-Table Mapping
    • Equals() and hashCode()
    • Caching and Efficiency
    • Design Considerations

Appendix A.  Learning Resources

System Requirements
Hardware – minimal: Pentium 500MHz, 128 meg RAM, 500 meg HD.
Hardware – recommended:   Pentium 1.5gHz, 512 meg RAM, 1 gig HD.
Operating system:

Tested on Windows XP Professional. Course software should be viable on all systems which support the J2EE 1.4 reference implementation.