|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface TransactionalObject
Can be placed on an object to make it Transactional. See the TransactionalMethod for more information.
TransactionalMethod by default (not readonly).
This annotation is an Inherited annotation, so automatically all subclasses
will be TransactionalObjects when a @TransactionalObject annotation is on a class. no matter if the
subclass doesn't add the Inherited annotation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||