How do I print the queries generated by Hibernate ReturningWork. As it uses jdbc connection the queries are not printed in the logger file after setting org.hibernate.SQL to INFO. May I know what property should I enable to print the queries generated by ReturningWork.
I am using Hibernate version – 5.3.36.Final
Spring Boot – 2.3.12.RELEASE
Thanks for your time to read the question. Any help appreciated!