| Package | Description |
|---|---|
| de.aristaflow.adept2.core.transactionmanager |
| Modifier and Type | Method and Description |
|---|---|
<M extends ManagedExtendedConnection> |
TxManager.finishIteratorTransaction(M con)
Finishes the iterator transaction of the designated connection.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedExtendedConnection |
ManagedDatabaseMetaData.getConnection() |
ManagedExtendedConnection |
ManagedStatement.getConnection() |
ManagedExtendedConnection |
TxManager.startIteratorTransaction(T o)
Starts a new iterator transaction for the designated object and returns the
corresponding connection.
|