深入理解 Spring 事务

深入理解 Spring 事务

  • 原文地址:
  • 原文作者:
  • 本文永久链接:
特别说明

当前文章内容迁移中,如有问题,请提交 issues 谢谢 ~~

TransactionInterceptor

负责拦截方法执行,进行判断是否需要提交或者回滚事务

PlatformTransactionManager

Spring 中的事务管理接口,真正定义了事务如何回滚和提交。

参考文章
Prev:
深入理解 Java Web 拦截器和过滤器
Next:
深入理解 Spring MVC ulr
Contents of this article
Contents of this article