|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) public @interface Transaction
Transaction Handler annotation. Allows the declaration of transactionnal methods Be aware that despite is it provided in the annotations jar, it refers to an external handler.
| Optional Element Summary | |
|---|---|
java.lang.String |
field
Sets the Transaction field. |
java.lang.String |
oncommit
Sets the method called when a transaction is committed. |
java.lang.String |
onrollback
Sets the method called when a transaction is rolled back. |
public abstract java.lang.String field
public abstract java.lang.String oncommit
public abstract java.lang.String onrollback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||