有两个方法,a 方法,b 方法
如果 a 方法调用注解了事务的 b 方法,那么事务还会生效吗
为什么呢
1
hantsy 2020-04-04 12:56:07 +08:00
怎么处理,取决于 Transacational 的 propagation 属性( Spring )或者 TxType ( CDI,Jakarta EE )。
仔细阅读,https://docs.spring.io/spring/docs/5.2.x/spring-framework-reference/data-access.html#transaction |
2
kosmosr 2020-04-04 13:17:08 +08:00
google 事务传播机制
|
3
inwar 2020-04-04 21:29:47 +08:00
|