|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException | |
|---|---|
| com.antelmann.mgmt | This package contains generally useful classes for business management. |
| com.antelmann.sql | This package contains classes to ease JDBC development. |
| Uses of TransactionException in com.antelmann.mgmt |
|---|
| Methods in com.antelmann.mgmt that throw TransactionException | |
|---|---|
void |
DBTransaction.abort()
aborts this transaction |
void |
DBTransaction.begin()
sets the transaction to active and allows access to the Resources provided that the calling thread holds the lock on this instance. |
void |
DBTransaction.commit()
commits all data within the transaction scope to the underlying database |
| Uses of TransactionException in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that throw TransactionException | |
|---|---|
void |
SQLTransaction.begin()
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||