0 votes
in Hibernate by
What is HQL in Hibernate?

1 Answer

0 votes
by

HQL stands for Hibernate Query Language. It takes java objects in the same way as SQL takes tables. HQL is a Object Oriented Query language and is database independent.

Related questions

0 votes
asked Jun 8, 2020 in Hibernate by DavidAnderson
0 votes
asked May 27, 2019 in Gradle by Ankita1283
...