HQL queries are converted to SQL.
I would like my program to have the complete SQL string before it is sent to my database.
Can I do this?
Notes:
I can see the SQL sent to the database by setting
<property name="hibernate.show_sql">true</property>
in my cfg.xml