Log SQL statements for Hibernate

if you ever want to see the actual SQL that any hibernate call makes you can add the following line to your log4j file

log4j.logger.org.hibernate.SQL=DEBUG, console

No comments:

Post a Comment