| Package | Description |
|---|---|
| org.axiondb |
Core interfaces, identifiers, and exceptions.
|
| org.axiondb.engine |
Core database machinery.
|
| org.axiondb.jdbc |
JDBC implementations.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
Database.getTransactionManager()
Get the
TransactionManagerfor this database. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionManagerImpl
An implemenation of
TransactionManagercurrently only supportd
SnapshotIsolationTransactions. |
| Modifier and Type | Method and Description |
|---|---|
TransactionManager |
BaseDatabase.getTransactionManager() |
TransactionManager |
SnapshotIsolationTransaction.getTransactionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxionResultSet.setTransaction(TransactionManager manager,
Transaction transaction) |