首页 > 其他 > 详细

This method isn't transactional

时间:2017-12-25 11:13:10      阅读:3471      评论:0      收藏:0      [点我收藏+]
1 2017-12-06 12:03:55 -198677 [http-apr-8080-exec-3] DEBUG   - Don‘t need to create transaction for [com.credit.service.credit.ReceivablesService.listReceivables]: This method isn‘t transactional.
2 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: 
3 ### Error querying database.  Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for receivablesMapper.receivableslistPage
4 ### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for receivablesMapper.receivableslistPage

错误信息如上:

       原因:mybatis里面的mapper 命名空间错误或者id错误,service无法找到对应的method.

This method isn't transactional

原文:http://www.cnblogs.com/Nico-luo/p/7992050.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!