|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) public @interface Transactional
Transactionnal Method annotation. Allows the declaration of transactionnal method. Be aware that despite is it provided in the annotations jar, it refers to an external handler.
Optional Element Summary | |
---|---|
boolean |
exceptiononrollback
Sets if the transaction rollback throws an exception. |
String[] |
norollbackfor
Sets the exceptions that do not rollback the current transaction. |
String |
propagation
Sets the transaction propagation policy. |
long |
timeout
Sets the transaction timeout. |
public abstract long timeout
public abstract String propagation
public abstract String[] norollbackfor
public abstract boolean exceptiononrollback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |