All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mybatis.mp.routing.datasource.dataSourceConfig.SeataMode Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
package cn.mybatis.mp.routing.datasource.dataSourceConfig;

/**
 * Seata 模式
 */
public enum SeataMode {
    /**
     * XA 模式
     */
    XA,
    /**
     * AT 模式
     */
    AT,
    /**
     * TCC 模式
     */
    TCC,
    /**
     * Saga 模式
     */
    SAGA,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy