Uses of Class
org.apache.commons.dbcp2.managed.TransactionContext
Package
Description
This package provides support for pooling of ManagedConnections.
-
Uses of TransactionContext in org.apache.commons.dbcp2.managed
Modifier and TypeMethodDescriptionTransactionRegistry.getActiveTransactionContext()
Gets the active TransactionContext or null if not Transaction is active.ManagedConnection.getTransactionContext()
Modifier and TypeMethodDescriptionvoid
ManagedConnection.CompletionListener.afterCompletion
(TransactionContext completedContext, boolean committed) void
TransactionContextListener.afterCompletion
(TransactionContext transactionContext, boolean committed) Occurs after the transaction commits or rolls back.