Hibernate Tips: How to log SQL statements and their parameters
Hibernate Tips is a new series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question you like me to answer, please leave a comment below. Question: How do you configure Hibernate so that it writes the executed SQL statements and used bind parameters to…