|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
begin() Start the current transaction. |
void |
commit() Commit the current transaction, writing any un-flushed changes to the database. |
boolean |
isActive() Check to see if the current transaction is in progress. |
void |
rollback() Roll back the current transaction, discarding any changes that have happened in this transaction. |
Method Detail |
public void begin()
isActive()
returns false
.public void commit()
isActive()
returns true
.public void rollback()
isActive()
returns true
.public boolean isActive()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |