Use Spring Namespace Background Prerequisites Procedure Sample Configure the transaction manager Use distributed transactions Use Spring Namespace Background ShardingSphe...
ShardingSphereTransactionManager Fully-qualified class name Definition Implementation classes XATransactionManagerProvider Fully-qualified class name Definition Implementatio...
AT vs XA 原理 脏回滚 SQL支持度 脏读 应用侵入性 性能分析 数据库支持 小结 AT vs XA AT 这种事务模式是阿里开源的seata主推的事务模式,本文先给出了XA 和 AT之间的特性比较,然后详解AT的原理,并对其中的问题进行深入探讨 XA AT 脏回滚 无 存在 SQL支持度 全部支持 部分支持 脏读 无...