HQL queries are converted to SQL.
I want my program to have a full SQL string before submitting it to my database.
Can I do it?
Notes:
I see that SQL is sent to the database by setting
<property name="hibernate.show_sql">true</property>
in my cfg.xml
source
share