0 votes
in Hibernate by
How is SQL query created in Hibernate?

1 Answer

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

Session.createSQLQuery
...