Uses of Interface
de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
Packages that use ManagedExtendedConnection
-
Uses of ManagedExtendedConnection in de.aristaflow.adept2.core.transactionmanager
Methods in de.aristaflow.adept2.core.transactionmanager with type parameters of type ManagedExtendedConnectionModifier and TypeMethodDescription<M extends ManagedExtendedConnection>
MTxManager.finishIteratorTransaction(M con) Finishes the iterator transaction of the designated connection.Methods in de.aristaflow.adept2.core.transactionmanager that return ManagedExtendedConnectionModifier and TypeMethodDescriptionManagedDatabaseMetaData.getConnection()ManagedStatement.getConnection()TxManager.startIteratorTransaction(T o) Starts a new iterator transaction for the designated object and returns the corresponding connection.