@ibatis.apache.org
Subject: what to put in nullValue when date value is null
I have following in my result mapping:
setUpdateDate is accepting parameter of type Date
update_date column can sometimes be null. In this case I want the date
to be 01/01/1900.
It is giving me an error
I have following in my result mapping:
setUpdateDate is accepting parameter of type Date
update_date column can sometimes be null. In this case I want the date to be
01/01/1900.
It is giving me an error: java.lang.RuntimeException: Error setting property
'setUpdateDate'
What is the way to put