|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface BeforeTransaction
Test annotation to indicate that the annotated public void
method should be executed before a transaction is started for test
methods configured to run within a transaction via the
@Transactional
annotation.
The @BeforeTransaction
methods of superclasses will be
executed before those of the current class.
Transactional
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |