|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionNotInProgressException | |
|---|---|
| org.exolab.castor.jdo | The Java Data Objects API
Version: $Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
Author: Assaf Arkin
The class JDOManager provides the Castor JDO engine used for
obtaining a database connection. |
| org.exolab.castor.jdo.engine | Implementation of the Castor JDO engine. |
| Uses of TransactionNotInProgressException in org.exolab.castor.jdo |
|---|
| Methods in org.exolab.castor.jdo that throw TransactionNotInProgressException | |
|---|---|
void |
Database.commit()
Commits and closes the transaction. |
void |
Database.rollback()
Rolls back and closes the transaction. |
| Uses of TransactionNotInProgressException in org.exolab.castor.jdo.engine |
|---|
| Methods in org.exolab.castor.jdo.engine that throw TransactionNotInProgressException | |
|---|---|
void |
LocalDatabaseImpl.commit()
|
void |
GlobalDatabaseImpl.commit()
|
abstract void |
AbstractDatabaseImpl.commit()
Commits and closes the transaction. |
TransactionContext |
AbstractDatabaseImpl.getCurrentTransaction()
Gets the current Castor transaction in use. |
protected TransactionContext |
AbstractDatabaseImpl.getTransaction()
Returns the currently active transaction, if any. |
void |
LocalDatabaseImpl.rollback()
|
void |
GlobalDatabaseImpl.rollback()
|
abstract void |
AbstractDatabaseImpl.rollback()
Rolls back and closes the transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||