Package | Description |
---|---|
org.springframework.test.context.junit38 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 3.8 and the Spring TestContext Framework.
|
org.springframework.test.context.junit4 |
Support classes for ApplicationContext-based and transactional
tests run with JUnit 4.5+ and the Spring TestContext Framework.
|
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 |
JDK 1.5+ annotation for transaction demarcation.
|
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 |
---|
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.
|
Copyright © 2015. All rights reserved.