mybatis java.lang.UnsupportedOperationException
Posted 钓的不是鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis java.lang.UnsupportedOperationException相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
Mybatis-Plus:了解Mybatis-Plus快速开始(Mybatis + Mybatis-Plus,Mybatis-Plus自动做了属性映射)