Uses of Class
org.springframework.transaction.annotation.Transactional
Packages that use Transactional 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 integrating the Spring TestContext Framework with TestNG.org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.Uses of Transactional in org.springframework.test.context.junit4
Classes in org.springframework.test.context.junit4 with annotations of type Transactional Modifier and Type Class Description classAbstractTransactionalJUnit4SpringContextTestsAbstract transactional extension ofAbstractJUnit4SpringContextTestswhich adds convenience functionality for JDBC access.Uses of Transactional in org.springframework.test.context.testng
Classes in org.springframework.test.context.testng with annotations of type Transactional Modifier and Type Class Description classAbstractTransactionalTestNGSpringContextTestsAbstract transactional extension ofAbstractTestNGSpringContextTestswhich adds convenience functionality for JDBC access.Uses of Transactional in org.springframework.transaction.annotation
Methods in org.springframework.transaction.annotation with parameters of type Transactional Modifier and Type Method Description TransactionAttributeSpringTransactionAnnotationParser. parseTransactionAnnotation(Transactional ann)