What is "hql"
HQL is a Hibernate (ORM) query language that is very similar to SQL. However, compared to SQL HQL is fully object-oriented, and comprises notions of inheritance, polymorphism, and associations.
Link to official page: Link
HQL is a Hibernate (ORM) query language that is very similar to SQL. However, compared to SQL HQL is fully object-oriented, and comprises notions of inheritance, polymorphism, and associations.
Link to official page: Link