摘要: @Transactional 业务实现类 类名上方--这个类中的方法,执行操作前会打开事务。 默认:RuntimeException 自动回滚, 可以try catch 的异常,不会滚 方法名上方 就可以指定RuntimeException uncheck例外也不会滚 参数是noRollbackFo... 阅读全文
posted @ 2014-09-27 17:27 刘江龙 阅读(193) 评论(0) 推荐(0)