|
||||||||||
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 | |
---|---|
String |
field
Sets the Transaction field. |
String |
oncommit
Sets the method called when a transaction is committed. |
String |
onrollback
Sets the method called when a transaction is rolled back. |
public abstract String field
public abstract String oncommit
public abstract String onrollback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |