Hibernate (Java) Question:

What is Hibernate Query Language (HQL)?

Tweet Share WhatsApp

Answer:

Hibernate offers a query language that embodies a very powerful and flexible mechanism to query, store, update, and retrieve objects from a database. This language, the Hibernate query Language (HQL), is an object-oriented extension to SQL.

Download Hibernate PDF Read All 52 Hibernate Questions
Previous QuestionNext Question
What is the general flow of Hibernate communication with RDBMS?How do you map Java Objects with Database tables?