|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Qualifier @Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) public @interface DefaultTransaction
Qualifier that is used to denote the SeamTransaction implementation that is used by the transaction interceptor and other seam transaction services.
A qualifier is necessary to prevent the seam providedUserTransaction
wrapper SeamTransaction
from conflicting with the container provided
built-in UserTransaction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |