Uses of Annotation Interface
org.springframework.transaction.annotation.EnableTransactionManagement
Packages that use EnableTransactionManagement
Package
Description
Spring's support for annotation-based transaction demarcation.
-
Uses of EnableTransactionManagement in org.springframework.transaction.annotation
Subclasses with type arguments of type EnableTransactionManagement in org.springframework.transaction.annotationModifier and TypeClassDescriptionclass
Selects which implementation ofAbstractTransactionManagementConfiguration
should be used based on the value ofmode()
on the importing@Configuration
class.