Hi There,
I have enabled log4j to show Hibernate 3.6.6 binding parameters with the following:
Code:
log4j.logger.org.hibernate.SQL = DEBUG
log4j.logger.org.hibernate.type = TRACE
I do see all of my binding parameters for all SELECT queries. However for UPDATE statements, I do not see full binding parameters! It seems to skip those that are mapped as ids fields (in my case I have composite keys). Is this expected? How can I show the full binding parameters values for UPDATE statements?
Thanks,
-Zemian Deng