| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SessionLocal.Savepoint |
SessionLocal.setSavepoint()
Create a savepoint to allow rolling back to this state.
|
SessionLocal.Savepoint |
SessionLocal.setSavepoint()
Create a savepoint to allow rolling back to this state.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SessionLocal.rollbackTo(SessionLocal.Savepoint savepoint)
Partially roll back the current transaction.
|
void |
SessionLocal.rollbackTo(SessionLocal.Savepoint savepoint)
Partially roll back the current transaction.
|
Copyright © 2022. All rights reserved.