Below is part of log file when I updated one record:
Code:
Hibernate: update T_FIN_BU set DEPT=?, SUBJECT=?, CREATED_BY=?, CREATED_DT=?, LAST_MODIFIED_BY=?, LAST_MODIFIED_DT=? where BU_NO=?
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.StringType - binding 'PR' to parameter: 1
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.StringType - binding 'Production' to parameter: 2
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.StringType - binding 'fin' to parameter: 3
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.TimestampType - binding '2005-01-04 11:41:58' to parameter: 4
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.StringType - binding 'fin' to parameter: 5
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.TimestampType - binding '2005-01-04 11:41:58' to parameter: 6
[1/4/05 11:41:58:125 SGT] 4467b557 SystemOut U [04-01-2005 11:41:58] DEBUG net.sf.hibernate.type.LongType - binding '5431' to parameter: 7
One funny string updated to field DEPT instead of 'PR' as binding.
Any one knows why?