Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2.2
I'm faily new to Hibernate and can't figure out how to get the log messages to display the values that are being inserted into the DB, they are only question marks (?). Below is an example of one of my log messages, the INSERT statement contains the SQL but not the data values, only ?. How can I get it to log the data values instead of just questions marks?
[4/20/08 3:39:07:384 GMT] 0000004b SystemOut O Hibernate: insert into MAPS.AP_CONTROL_REPORT_ITEM (GL_YY_PLAN_YEAR, GL_CD_PLAN_VERSION, GL_MY_ACTUALS_DATE, GL_CD_ACTUALS_VERSION, AP_RL_ITEM_VALUE, AP_NM_REPORT_NAME, AP_CD_REPORT_ITEM, AP_CD_PROCESS_EVENT_RUN) values (?, ?, ?, ?, ?, ?, ?, ?)
Thanks,
Karl