Method Summary |
|
public void | begin() Start the resource transaction. |
public void | commit() Commit the current transaction, writing any unflushed
changes to the database. |
public boolean | getRollbackOnly() Determine whether the current transaction has been marked
for rollback. |
public boolean | isActive() Indicate whether a transaction is in progress. |
public void | rollback() |
public void | setRollbackOnly() Mark the current transaction so that the only possible
outcome of the transaction is for the transaction to be
rolled back. |