Uses of Interface
org.springframework.boot.transaction.autoconfigure.TransactionManagerCustomizer
Packages that use TransactionManagerCustomizer
Package
Description
Auto-configuration for transaction support.
-
Uses of TransactionManagerCustomizer in org.springframework.boot.transaction.autoconfigure
Classes in org.springframework.boot.transaction.autoconfigure that implement TransactionManagerCustomizerModifier and TypeClassDescriptionclassConfiguration properties that can be applied to anAbstractPlatformTransactionManager.Method parameters in org.springframework.boot.transaction.autoconfigure with type arguments of type TransactionManagerCustomizerModifier and TypeMethodDescriptionTransactionManagerCustomizers.of(@Nullable Collection<? extends TransactionManagerCustomizer<?>> customizers) Returns a newTransactionManagerCustomizersinstance containing the givencustomizers.