| Class | Description |
|---|---|
| DbTran |
数据事务
|
| DbTranNode |
数据事务节点(用于生成事务树)
|
| TranDbImpl |
数据事务实现。
|
| TranDbNewImpl |
数据新事务实现。
|
| TranMandatoryImpl |
支持当前事务,如果没有事务则报错(不需要入栈)
|
| TranNeverImpl |
以无事务的方式执行,如果当前有事务则报错(不需要入栈)
|
| TranNotImpl |
以无事务的方式执行,如果当前有事务则将其挂起(不需要入栈)
|
Copyright © 2025. All rights reserved.