码迷,mamicode.com
首页 > 编程语言 > 详细

mybatis java.lang.UnsupportedOperationException

时间:2017-01-10 11:23:42      阅读:990      评论:0      收藏:0      [点我收藏+]

标签:occurred   base   result   type   tomcat   http   webapps   tty   lan   

mybatis 的mapper配置的select查询语句,报java.lang.UnsupportedOperationException

内容如下:

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.lang.UnsupportedOperationException
### The error may exist in file [D:\java\tomcat\apache-tomcat-7.0.68\webapps\ROOT\WEB-INF\classes\mapper\business\TProProductMapper.xml]
### The error may involve com.lincomb.manager.business.mapper.TProProductMapper.exprotceneProduct
### The error occurred while handling results
### SQL: SELECT 【 中间省略若干sql 】 DESC
### Cause: java.lang.UnsupportedOperationException

这个是由于mapper.xml 的select配置的

技术分享

把resultType改为List集合的对象就好了

 技术分享

 

mybatis java.lang.UnsupportedOperationException

标签:occurred   base   result   type   tomcat   http   webapps   tty   lan   

原文地址:http://www.cnblogs.com/coreyjk/p/6268499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!