| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SessionLocal
A session represents an embedded database connection.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Transaction |
TransactionStore.begin(TransactionStore.RollbackListener listener,
int timeoutMillis,
int ownerId,
IsolationLevel isolationLevel)
Begin a new transaction.
|
Transaction |
TransactionStore.begin(TransactionStore.RollbackListener listener,
int timeoutMillis,
int ownerId,
IsolationLevel isolationLevel)
Begin a new transaction.
|
void |
TransactionStore.init(TransactionStore.RollbackListener listener)
Initialize the store.
|
void |
TransactionStore.init(TransactionStore.RollbackListener listener)
Initialize the store.
|
Copyright © 2022. All rights reserved.