column « JDBC « JPA Q&A





1. With log4j, is it possible to hide JDBC returned column values with org.hibernate.type TRACE logging enabled?    stackoverflow.com

I'm tracking Hibernate's generated SQL statements and their bound parameters using log4j on a Seam Framework project. Currently I have the below configuration: jboss-log4j.xml:

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">

...

   <appender name="SQL" class="org.jboss.logging.appender.DailyRollingFileAppender">
  ...

2. Column appears twice - Hibernate generated prepared statement    coderanch.com

Hi, Here are my hibernate mappings: ...properties listed here...