关于泛型的教训
Posted 张亚南
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于泛型的教训相关的知识,希望对你有一定的参考价值。
sql查询结果我用List接收就一直报异常:
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: <|### Error querying database. Cause: java.lang.UnsupportedOperationException<|### The error may exist in ***Dao.java (best guess)<|### The error may involve ***Dao.**-Inline<|### The error occurred while setting parameters<|### SQL: *** where **=?<|### Cause: java.lang.UnsupportedOperationException
改成List<Map<String,Integer>>接收就正常了,再改成List还是异常,再泛型还是正常。
结论:泛型并不是可有可无的,能泛型就泛型,泛型能用子类不用父类!
以上是关于关于泛型的教训的主要内容,如果未能解决你的问题,请参考以下文章