Google News
logo
Java Hibernates - Interview Questions
What is HQL?
HQL stands for Hibernate Query Language, a powerful object-oriented language independent of the database. It’s like SQL, except that it uses objects instead of table names. HQL is a very simple, efficient, and flexible query language used to do various operations on a relational database without the need for complex database queries.
Advertisement