|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transactional | |
---|---|
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.4 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. |
Uses of Transactional in org.springframework.test.context.junit38 |
---|
Classes in org.springframework.test.context.junit38 with annotations of type Transactional | |
---|---|
class |
AbstractTransactionalJUnit38SpringContextTests
Abstract transactional extension of
AbstractJUnit38SpringContextTests which adds convenience
functionality for JDBC access. |
Uses of Transactional in org.springframework.test.context.junit4 |
---|
Classes in org.springframework.test.context.junit4 with annotations of type Transactional | |
---|---|
class |
AbstractTransactionalJUnit4SpringContextTests
Abstract transactional extension of
AbstractJUnit4SpringContextTests which 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 | |
---|---|
class |
AbstractTransactionalTestNGSpringContextTests
Abstract transactional extension of
AbstractTestNGSpringContextTests which 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 | |
---|---|
TransactionAttribute |
SpringTransactionAnnotationParser.parseTransactionAnnotation(Transactional ann)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |