Uses of Interface
org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
Packages that use PlatformTransactionManagerCustomizer
Package
Description
Auto-configuration for transaction support.
-
Uses of PlatformTransactionManagerCustomizer in org.springframework.boot.autoconfigure.transaction
Constructor parameters in org.springframework.boot.autoconfigure.transaction with type arguments of type PlatformTransactionManagerCustomizerModifierConstructorDescriptionTransactionManagerCustomizers
(Collection<? extends PlatformTransactionManagerCustomizer<?>> customizers) Deprecated, for removal: This API element is subject to removal in a future version.
TransactionManagerCustomizers.of(Collection)