spring 事务

抽象的核心接口: PlatformTransactionManager、TransactionDefinition。

特性:

 1、Propagation (传播特性七种 0-6)

  Propagation-requed  / - supports /- mandatory /-requres_new /- not -support / -never /- nested

Spring boot 学习 1.5 spring的事务抽象

2、Isolation 隔离性 

Spring boot 学习 1.5 spring的事务抽象

3、Timeout

4、Read-only status

     编程式事务:

Spring boot 学习 1.5 spring的事务抽象

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-10-02
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2021-07-21
  • 2021-05-28
  • 2022-01-01
  • 2022-12-23
  • 2022-03-04
相关资源
相似解决方案