Quantcast
Channel: CSDN博客推荐文章
Viewing all articles
Browse latest Browse all 35570

Mybatis 开发中遇见的异常及处理

$
0
0
1 异常信息:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'email' not found. Available parameters are [param1, tag]
  传递的参数为Map类型
  一直对Map类型作为参数不是很熟悉,后来定位到Map参数取值问题。
  原因是:Dao接口里面使用了@Param 而参数为Map时,去参数应该是#{paraMap.email}
       public List<Book> getBooksUnderEmailAndTag(@Param(value="tag")Map<String,String> paraMap);
作者:yunshuixiliu 发表于2013-9-26 18:47:04 原文链接
阅读:68 评论:0 查看评论

Viewing all articles
Browse latest Browse all 35570

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>