Uses of Interface
org.springframework.transaction.TransactionExecutionListener
Packages that use TransactionExecutionListener
Package
Description
Spring's core transaction management APIs (independent of any specific transaction
management system); an exception hierarchy for Spring's transaction infrastructure;
and transaction manager, definition, and status interfaces.
Support classes for reactive transaction management.
Support classes for the org.springframework.transaction package.
-
Uses of TransactionExecutionListener in org.springframework.transaction
Methods in org.springframework.transaction that return types with arguments of type TransactionExecutionListenerModifier and TypeMethodDescriptionConfigurableTransactionManager.getTransactionExecutionListeners()Return the registered transaction execution listeners for this transaction manager.Methods in org.springframework.transaction with parameters of type TransactionExecutionListenerModifier and TypeMethodDescriptiondefault voidConfigurableTransactionManager.addListener(TransactionExecutionListener listener) Conveniently register the given listener for begin/commit/rollback callbacks from this transaction manager.Method parameters in org.springframework.transaction with type arguments of type TransactionExecutionListenerModifier and TypeMethodDescriptionvoidConfigurableTransactionManager.setTransactionExecutionListeners(Collection<TransactionExecutionListener> listeners) Set the transaction execution listeners for begin/commit/rollback callbacks from this transaction manager. -
Uses of TransactionExecutionListener in org.springframework.transaction.reactive
Methods in org.springframework.transaction.reactive that return types with arguments of type TransactionExecutionListenerModifier and TypeMethodDescriptionAbstractReactiveTransactionManager.getTransactionExecutionListeners()Method parameters in org.springframework.transaction.reactive with type arguments of type TransactionExecutionListenerModifier and TypeMethodDescriptionfinal voidAbstractReactiveTransactionManager.setTransactionExecutionListeners(Collection<TransactionExecutionListener> listeners) -
Uses of TransactionExecutionListener in org.springframework.transaction.support
Methods in org.springframework.transaction.support that return types with arguments of type TransactionExecutionListenerModifier and TypeMethodDescriptionAbstractPlatformTransactionManager.getTransactionExecutionListeners()Method parameters in org.springframework.transaction.support with type arguments of type TransactionExecutionListenerModifier and TypeMethodDescriptionfinal voidAbstractPlatformTransactionManager.setTransactionExecutionListeners(Collection<TransactionExecutionListener> listeners)