- Enclosing interface:
- UnitOfWork
public static interface UnitOfWork.TransactionHandler
Allows committing or rolling back the current transaction, immediately beginning a new one.
-
Method Summary
-
Method Details
-
commit
void commit()Commits the current transaction and begins a new one. -
rollback
void rollback()Rolls the current transaction back and begins a new one.
-