原文:org.apache.ibatis.type.JdbcType

引用自:http: www.mybatis.org mybatis apidocs reference org apache ibatis type JdbcType.html JdbcType ARRAY JdbcType BIGINT JdbcType BINARY JdbcType BIT JdbcType BLOB JdbcType BOOLEAN JdbcType CHAR JdbcTy ...

2019-07-29 14:40 0 827 推薦指數:

查看詳情

No enum constant org.apache.ibatis.type.JdbcType.Integer

同事今天在用mybatis查詢時候,報了上面這個問題。上網查了下,原來是mybatis封裝類型的問題。原因是在resultMap中jdbcType寫為了Integer,但是在MyBatis中沒有這個數據類型 來查看了原碼,發現MyBatis的jdbcType是一個枚舉類,有以下 ...

Thu Sep 28 21:33:00 CST 2017 0 26813
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM