0 votes
in Hibernate by
How is HQL query created?

1 Answer

0 votes
by
The HQL query is created with the help of the following syntax:

Session.createQuery
...