public interface BaseTransaction
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits the transaction and persists all modifications to the backend.
|
void |
rollback()
Aborts (or rolls back) the transaction.
|
void commit()
throws BackendException
rollback() at most once per instance.BackendExceptionvoid rollback()
throws BackendException
commit() at most once per instance.BackendExceptionCopyright © 2012–2015. All rights reserved.