Package | Description |
---|---|
org.castor.persist | |
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 |
AbstractTransactionContext.close()
Closes all Connections.
|
void |
TransactionContext.close()
Closes all Connections.
|
protected abstract void |
AbstractTransactionContext.closeConnections()
The derived class must implement this method and close all the connections
used in this transaction.
|
protected void |
LocalTransactionContext.closeConnections()
The derived class must implement this method and close all the connections
used in this transaction.
|
protected void |
GlobalTransactionContext.closeConnections()
The derived class must implement this method and close all the connections
used in this transaction.
|
void |
AbstractTransactionContext.commit()
Commits all changes and closes the transaction releasing all locks on all
objects.
|
void |
TransactionContext.commit()
Commits all changes and closes the transaction releasing all locks on all
objects.
|
protected abstract void |
AbstractTransactionContext.commitConnections()
The derived class must implement this method and commit all the connections
used in this transaction.
|
protected void |
LocalTransactionContext.commitConnections()
The derived class must implement this method and commit all the connections
used in this transaction.
|
protected void |
GlobalTransactionContext.commitConnections()
The derived class must implement this method and commit all the connections
used in this transaction.
|
boolean |
AbstractTransactionContext.prepare()
Prepares the transaction prior to committing it.
|
boolean |
TransactionContext.prepare()
Prepares the transaction prior to committing it.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectModifiedException
Indicates transaction has been aborted as a result of object
being modified by a concurrent transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.commit()
Commits 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.
|
Copyright © 2013. All rights reserved.