Uses of Interface
org.axiondb.TransactionManager

Packages that use TransactionManager
org.axiondb Core interfaces, identifiers, and exceptions. 
org.axiondb.engine Core database machinery. 
org.axiondb.jdbc JDBC implementations. 
 

Uses of TransactionManager in org.axiondb
 

Methods in org.axiondb that return TransactionManager
 TransactionManager Database.getTransactionManager()
          Get the TransactionManagerfor this database.
 

Uses of TransactionManager in org.axiondb.engine
 

Classes in org.axiondb.engine that implement TransactionManager
 class TransactionManagerImpl
          An implemenation of TransactionManager currently only supportd SnapshotIsolationTransactions.
 

Methods in org.axiondb.engine that return TransactionManager
 TransactionManager BaseDatabase.getTransactionManager()
           
 TransactionManager SnapshotIsolationTransaction.getTransactionManager()
           
 

Uses of TransactionManager in org.axiondb.jdbc
 

Methods in org.axiondb.jdbc with parameters of type TransactionManager
 void AxionResultSet.setTransaction(TransactionManager manager, Transaction transaction)