Uses of Package
org.springframework.transaction.annotation
Package
Description
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework
with TestNG.
Spring's support for annotation-based transaction demarcation.
-
ClassDescriptionDescribes a transaction attribute on an individual method or on a class.
-
ClassDescriptionDescribes a transaction attribute on an individual method or on a class.
-
ClassDescriptionAbstract base
@Configuration
class providing common structure for enabling Spring's annotation-driven transaction management capability.Enumeration that represents transaction isolation levels for use with theTransactional
annotation, corresponding to theTransactionDefinition
interface.Enumeration that represents transaction propagation behaviors for use with theTransactional
annotation, corresponding to theTransactionDefinition
interface.Describes a transaction attribute on an individual method or on a class.Strategy interface for parsing known transaction annotation types. -
ClassDescriptionAbstract base
@Configuration
class providing common structure for enabling Spring's annotation-driven transaction management capability.