|
||||||||||
| 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. |
java.lang.String[] |
norollbackfor
Sets the exceptions that do not rollback the current transaction. |
java.lang.String |
propagation
Sets the transaction propagation policy. |
long |
timeout
Sets the transaction timeout. |
public abstract long timeout
public abstract java.lang.String propagation
public abstract java.lang.String[] norollbackfor
public abstract boolean exceptiononrollback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||