public interface H2TransactionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBegin()
The transaction has been started.
|
void |
onCommit()
The transaction will be committed.
|
void |
onRollback()
The transaction will be rolled back.
|