Uses of Interface
org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizer
Package
Description
Auto-configuration for transaction support.
-
Uses of TransactionManagerCustomizer in org.springframework.boot.autoconfigure.transaction
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeClassDescriptionclass
Configuration properties that can be applied to anAbstractPlatformTransactionManager
.Modifier and TypeMethodDescriptionTransactionManagerCustomizers.of
(Collection<? extends TransactionManagerCustomizer<?>> customizers) Returns a newTransactionManagerCustomizers
instance containing the givencustomizers
.
TransactionManagerCustomizer
.