public final class LocalTxUtil
extends Object
本地事务工具类
- 从以下版本开始:
- 3.5.0
- 作者:
- TaoYu
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
LocalTxUtil
public LocalTxUtil()
-
方法详细资料
-
randomUUID
public static UUID randomUUID()
随机生成UUID
- 返回:
- UUID
-
startTransaction
public static String startTransaction()
手动开启事务
- 返回:
- 事务ID
-
-