|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 TransactionManager for 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 SnapshotIsolationTransaction s. |
Methods in org.axiondb.engine that return TransactionManager | |
TransactionManager |
SnapshotIsolationTransaction.getTransactionManager()
|
TransactionManager |
BaseDatabase.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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |