|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A basic interface used to wrap whatever type of transaction is actually in use.
Instances are typically obtained from Repository.currentTransaction().
Method Summary | |
void |
begin()
Start the transaction |
void |
checkpoint()
Set a rollback checkpoint in the transaction |
void |
commit()
Commit the transaction |
boolean |
isOpen()
Query whether or not the transaction is open. |
void |
rollback()
rollback/abort the transaction |
Method Detail |
public void begin()
public void commit()
public void rollback()
public void checkpoint()
public boolean isOpen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |