Skip to content

Transactional

kcp edited this page Oct 13, 2020 · 3 revisions

title: Spring 事务 date: 2018-12-21 10:54:05 tags: - Spring categories: - Java

目录 start

  1. Spring 事务
    1. 可编程事务管理

目录 end|2020-08-26 18:31|


Spring 事务

Doc: Transaction Management


事务 和 AOP 同时使用 顺序问题

Afterreturning 和 Transactional

可编程事务管理

  • TransactionTemplate
  • TransactionOperator
  • TransactionManager
  • ReactiveTransactionManager

Summary

Clone this wiki locally