|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to manage a single, already opened transaction. A transaction manager has to provide and return instances that implement this interface.
Only one transaction at a time may be opened. It is mandantory to create a transaction before any data-access, even read access.
Method Summary | |
void |
commit()
Deprecated. commits the transaction. |
void |
rollback()
Deprecated. rollback transaction and undo all changes in the transaction. |
Method Detail |
public void commit() throws PersistenceException
PersistenceException
public void rollback() throws PersistenceException
PersistenceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |