Interface Transaction
public interface Transaction
Interface of an object that represents a started transaction that can be committed or rolled back.
- Author:
- Rene de Waele
-
Method Summary
-
Method Details
-
commit
void commit()Commit this transaction. -
rollback
void rollback()Roll back this transaction.
-