Red Hat Training

A Red Hat training course is available for Red Hat JBoss Web Server

Chapter 14. The Hibernate Query Language (HQL)

14.1. About the Hibernate Query Language

Hibernate uses a powerful query language (HQL) that is similar in appearance to SQL. Compared with SQL, however, HQL is fully object-oriented and understands notions like inheritance, polymorphism and association.