摘要: spring中的@Transactional基于动态代理的机制,提供了一种透明的事务管理机制,方便快捷解决在开发中碰到的问题。 一般使用是通过如下代码对方法或接口或类注释: 1 @Transactional(propagation=Propagation.NOT_SUPPORTED) 1 @Tran 阅读全文
posted @ 2017-02-21 17:38 easonChen 阅读(7897) 评论(0) 推荐(1) 编辑