Now I'm displaying them like this after adding the format_sql = true property. But I would like to be able to view them with the classic query that I would see for example in MySQL Workbranch. Thank you.
Asked
Active
Viewed 30 times
0
-
1Does this answer your question? [How to print a query string with parameter values when using Hibernate](https://stackoverflow.com/questions/1710476/how-to-print-a-query-string-with-parameter-values-when-using-hibernate) – Raniz Apr 29 '21 at 19:29
-
Thanks, not exactly what I was looking for but it sure is a good and useful compromise – dnlnfr Apr 29 '21 at 22:08
1 Answers
0
JBoss Tools has a feature that converts HQL into SQL: https://tools.jboss.org/downloads/
Davide D'Alto
- 4,141
- 2
- 13
- 21