public interface TransDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
beginTransaction(int level,
boolean readOnly) |
void |
commit() |
void |
rollback() |
void |
rollback(Savepoint sp) |
Savepoint |
setSavepoint() |
Copyright © 2020. All rights reserved.