首页 > 代码库 > 解决Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer
解决Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer
mybatis报错:Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer
出错原因:一个手误
<select id="selectAllFirstNavigationName" resultMap="firstNavigation">
SELECT first_navigation_name
FROM first_navigation
</select>
修改方法:将resultMap修改为resultType,因为返回的是基本的数据类型
resultType和resultMap的区别:resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用
解决Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。