In this tutorial you will find out how to show real SQL statements (with real parameter values instead of question marks), that are send to database.
This will greatly help us to better debug our code.
How to display real Hibernate SQL query using slf4j
Posted on