书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 269 个相关结果.
  • 微服务框架支持

    事务上下文 事务传播 对 Dubbo 支持的解读 事务上下文 Seata 的事务上下文由 RootContext 来管理。 应用开启一个全局事务后,RootContext 会自动绑定该事务的 XID,事务结束(提交或回滚完成),RootContext 会自动解绑 XID。 // 绑定 XID RootContext . bind ( xi...
  • SQL限制

    SQL限制 使用限制 SQL限制 Seata 事务目前支持 INSERT、UPDATE、DELETE 三类 DML 语法的部分功能,这些类型都是已经经过Seata开源社区的验证。SQL 的支持范围还在不断扩大,建议在本文限制的范围内使用。如果您有意帮助社区支持更多类型的SQL,请提交PR申请。 使用限制 不支持 SQL 嵌套 不支持多表复杂 S...
  • Jboot 简介

    Jboot 简介 简介 特点 微信群 QQ群 Jboot 简介 简介 Jboot 是一个基于 JFinal、JFinal-Undertow、Dubbo、Seata、Sentinel、ShardingSphere、Nacos 等开发的微服务框架, 帮助开发者降低微服务开发门槛。同时完美支持在 idea、eclipse 下多 maven 模块...
  • 微服务框架支持

    事务上下文 事务传播 对 Dubbo 支持的解读 事务上下文 Seata 的事务上下文由 RootContext 来管理。 应用开启一个全局事务后,RootContext 会自动绑定该事务的 XID,事务结束(提交或回滚完成),RootContext 会自动解绑 XID。 // 绑定 XID RootContext . bind ( xid...
  • 7.5. Transaction

    Navigation Navigation This chapter mainly introduces the principles of the distributed transactions: 2PC transaction with XA BASE transaction with Seata
  • 7.2. Transaction

    Navigation Navigation Navigation This chapter mainly introduces the principles of the distributed transactions: 2PC transaction with XA BASE transaction with Seata
  • 7.5. Transaction

    Navigation Navigation This chapter mainly introduces the principles of the distributed transactions: 2PC transaction with XA BASE transaction with Seata
  • 7.3. Transaction

    Navigation Navigation This chapter mainly introduces the principles of the distributed transactions: 2PC transaction with XA BASE transaction with Seata
  • SQL修饰

    SQL修饰 DML语句支持 Select语句支持 SQL修饰 Seata 的隔离级别默认为读未提交,该模式下本文表中的 select 语句的 SQL 修饰用法都是支持的;使用 for update 代理可以让 Seata 达到读已提交,该模式下 select 语句的用法只能部分支持。 DML语句支持 类型 SQL 实例 是否支持 AND & O...
  • 分布式事务

    分布式事务 分布式事务 Dubbo 中分布式事务的支持 分布式事务基于 JTA/XA 规范实现。 两阶段提交: 在 Dubbo 中,可以采用 seata 来完成对分布式事务的支持。