public interface TransactionListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterException(TransactionExecutionContext listenerContext,
Throwable e) |
void |
afterExecute(TransactionExecutionContext listenerContext) |
void |
beforeExecute(TransactionExecutionContext listenerContext) |
void beforeExecute(TransactionExecutionContext listenerContext)
void afterExecute(TransactionExecutionContext listenerContext)
void afterException(TransactionExecutionContext listenerContext, Throwable e)
Copyright © 2016–2023. All rights reserved.