H2TransactionListener

A class that implements this interface can listen to transaction begin and end events.

Methods
void onBegin()
The transaction has been started.
void onBegin()
The transaction has been started.
void onCommit()
The transaction will be committed.
void onCommit()
The transaction will be committed.
void onRollback()
The transaction will be rolled back.
void onRollback()
The transaction will be rolled back.