|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=CONSTRUCTOR) public @interface TransactionalConstructor
Annotation that can be placed on constructor. There is a lot of overlap with the TransactionalMethod
annotation, but the big difference is that transactions on constructors can't be retried. So everything related
to retrying has been removed.
| Optional Element Summary | |
|---|---|
boolean |
automaticReadTracking
If the transaction automatically should track reads. |
java.lang.String |
familyName
The familyname of the transaction. |
boolean |
preventWriteSkew
If the write skew problem should be prevented. |
boolean |
readonly
|
public abstract boolean readonly
public abstract java.lang.String familyName
public abstract boolean automaticReadTracking
public abstract boolean preventWriteSkew
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||