Class GlobalTransactionContext

java.lang.Object
org.castor.persist.AbstractTransactionContext
org.castor.persist.GlobalTransactionContext
All Implemented Interfaces:
TransactionContext

public final class GlobalTransactionContext extends AbstractTransactionContext
A transaction context is required in order to perform operations against the database. The transaction context is mapped to Transaction for the ODMG API and into XAResource for XA databases. The only way to begin a new transaction is through the creation of a new transaction context. All database access must be performed through a transaction context.
Since:
1.0
Version:
$Revision: 8111 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $
Author:
Ralf Joachim