批注接口 DmeTransactional


@Target(METHOD) @Retention(RUNTIME) public @interface DmeTransactional
DME 事务注解
  • 元素详细资料

    • distributed

      boolean distributed
      是否是分布式事务 默认为false
      返回:
      默认值:
      false
    • transactionalType

      TransactionalType[] transactionalType
      事务类型 默认为false
      返回:
      默认值:
      {IDME}