|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityTransaction
Transaction context.
Method Summary | |
---|---|
void |
begin()
Starts a resource transaction. |
void |
commit()
Commits a resource transaction. |
boolean |
getRollbackOnly()
Returns true if the transaction is for rollback only. |
boolean |
isActive()
Test if a transaction is in progress. |
void |
rollback()
Rolls the current transaction back. |
void |
setRollbackOnly()
Marks the current transaction for rollback only. |
Method Detail |
---|
void begin()
void commit()
void rollback()
void setRollbackOnly()
boolean getRollbackOnly()
boolean isActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |