Chapter 14. The Hibernate Query Language (HQL)
14.1. About the Hibernate Query Language Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
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.