Package com.db4o
Interface TransactionListener
-
- All Known Implementing Classes:
NullTransactionListener
public interface TransactionListener
allows registration with a transaction to be notified of commit and rollback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postRollback()
void
preCommit()
-