Package | Description |
---|---|
org.exolab.castor.jdo |
The Java Data Objects API
|
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.commit()
Commits and closes the transaction.
|
void |
Database.rollback()
Rolls back and closes the transaction.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013. All rights reserved.