I am using a TypeHandlerCallback to map a Boolean property to a DB2
character(1) field that contains 'T' or 'F'.
I cannot get the nullValue property to return the value "F" when the
database field value is NULL. The exception is:
java.sql.SQLException: Unexpected value null found where T or F was
expected.
Neither of these work:
<result property="cardRequested" column="dp_card" nullValue="F"/>
<result property="cardRequested" column="dp_card" javaType="Boolean"
jdbcType="CHARACTER" nullValue="F"/>
Any help would be much appreciated!
--
View this message in context:
http://www.nabble.com/nullValue-for-Boolean-wrapper-class-property-tp14725946p14725946.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.