Package | Description |
---|---|
org.springframework.test.context.junit4 |
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
|
org.springframework.test.context.testng |
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
|
org.springframework.transaction.annotation |
Spring's support for annotation-based transaction demarcation.
|
org.springframework.transaction.aspectj |
Class and Description |
---|
Transactional
Describes transaction attributes on a method or class.
|
Class and Description |
---|
Transactional
Describes transaction attributes on a method or class.
|
Class and Description |
---|
AbstractTransactionManagementConfiguration
Abstract base
@Configuration class providing common structure for enabling
Spring's annotation-driven transaction management capability. |
Isolation
Enumeration that represents transaction isolation levels for use
with the
Transactional annotation, corresponding to the
TransactionDefinition interface. |
Propagation
Enumeration that represents transaction propagation behaviors for use
with the
Transactional annotation, corresponding to the
TransactionDefinition interface. |
Transactional
Describes transaction attributes on a method or class.
|
TransactionAnnotationParser
Strategy interface for parsing known transaction annotation types.
|
Class and Description |
---|
AbstractTransactionManagementConfiguration
Abstract base
@Configuration class providing common structure for enabling
Spring's annotation-driven transaction management capability. |