Package | Description |
---|---|
org.apache.commons.dbcp2.managed |
This package provides support for pooling of ManagedConnections.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionRegistry.getActiveTransactionContext()
Gets the active TransactionContext or null if not Transaction is active.
|
TransactionContext |
ManagedConnection.getTransactionContext() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedConnection.CompletionListener.afterCompletion(TransactionContext completedContext,
boolean committed) |
void |
TransactionContextListener.afterCompletion(TransactionContext transactionContext,
boolean committed)
Occurs after the transaction commits or rolls back.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.