会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
夜色幽幽
博客园
首页
新随笔
联系
订阅
管理
2017年6月2日
@Transactional 注解 事务在service层 for循环内调用方法失败多个表操作不回滚解决方式
摘要: 举例 :service层方法 for(int i= 0;i<userList.size();i++){ try{ //循环体内事务必须另开一个类 writeOne(userList.get(i),customerList.get(i),customerPersonList.get(i)); }cat
阅读全文
posted @ 2017-06-02 16:54 夜色幽幽
阅读(2656)
评论(0)
推荐(0)
编辑
公告