Does Hibernate log the values that it assi开发者_Python百科gns to placeholders in prepared SQL statements? How can configure Log4j so that it writes these values to my log files?
Yes it does (see the Chapter 3.5 Logging). Activate logging of the following categories:
log4j.logger.org.hibernate.SQL=DEBUG
log4j.logger.org.hibernate.type=TRACE
精彩评论