mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge pull request #609 from ruansheng8/feat-tx
refactor: -m flex 调整TransactionObject访问修饰符为public
This commit is contained in:
commit
c17e747012
@ -91,7 +91,7 @@ public class FlexTransactionManager extends AbstractPlatformTransactionManager {
|
||||
TimeoutHolder.clear();
|
||||
}
|
||||
|
||||
static class TransactionObject extends JdbcTransactionObjectSupport {
|
||||
public static class TransactionObject extends JdbcTransactionObjectSupport {
|
||||
|
||||
private static final ThreadLocal<String> ROLLBACK_ONLY_XIDS = new ThreadLocal<>();
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ public class FlexTransactionManager extends AbstractPlatformTransactionManager {
|
||||
TimeoutHolder.clear();
|
||||
}
|
||||
|
||||
static class TransactionObject extends JdbcTransactionObjectSupport {
|
||||
public static class TransactionObject extends JdbcTransactionObjectSupport {
|
||||
|
||||
private static final ThreadLocal<String> ROLLBACK_ONLY_XIDS = new ThreadLocal<>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user