在使用Ibatis时,突然又遇到下面的问题:
- -- The error occurred in sqlMap_etlJob.xml.
- --- The error occurred while applying a result map.
- --- Check the ETLJob.result.
- --- The error happened while setting a property on the result object.
- --- Cause: java.lang.RuntimeException: Error setting property 'setLastFileCNT' of ‘com.loogn.Job@117268b'
然后,发现作为测试的用例中,lastFileCNT在数据库中的类型为int,但是提取的该字段值有null的,ibatis不知如何将将null转换成int类型。
这样就着实让人头疼,网上搜找的解决方案大多都是必须赋值,可是这样的解决方式并不是最佳的,因为如何和何时设置默认值也是个很大的问题,因为有的时候如果存在整型类型数值,配置是可以被解析的。
求问啊。。。
阅读(1301) | 评论(0) | 转发(0) |