Login
Remember
Register
Ask a Question
How is SQL query created in Hibernate?
0
votes
asked
Dec 31, 2023
in
Hibernate
by
Robindeniel
How is SQL query created in Hibernate?
hibernate-sqlquery
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 31, 2023
by
Robindeniel
The SQL query is created with the help of the following syntax:
Session.createSQLQuery
...