public class TransactionAnnotationData<A extends java.lang.annotation.Annotation> extends AnnotationData<A>
Transaction annotation elements.| Modifier and Type | Field and Description |
|---|---|
protected JtxIsolationLevel |
isolation |
protected JtxPropagationBehavior |
propagation |
protected boolean |
readOnly |
protected int |
timeout |
annotation| Modifier | Constructor and Description |
|---|---|
protected |
TransactionAnnotationData(A annotation) |
| Modifier and Type | Method and Description |
|---|---|
JtxIsolationLevel |
isolation() |
JtxPropagationBehavior |
propagation() |
boolean |
readOnly() |
int |
timeout() |
annotationprotected JtxPropagationBehavior propagation
protected JtxIsolationLevel isolation
protected boolean readOnly
protected int timeout
protected TransactionAnnotationData(A annotation)
public JtxPropagationBehavior propagation()
public JtxIsolationLevel isolation()
public boolean readOnly()
public int timeout()
Copyright © 2003-present Jodd Team