0

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.

https://i.stack.imgur.com/4gLXl.png

dnlnfr
  • 47
  • 5
  • 1
    Does 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 Answers1

0

JBoss Tools has a feature that converts HQL into SQL: https://tools.jboss.org/downloads/

Davide D'Alto
  • 7,421
  • 2
  • 16
  • 30