| Class | Description |
|---|---|
| TransactionAnnotation<A extends java.lang.annotation.Annotation> |
Transaction annotation.
|
| TransactionAnnotationData<A extends java.lang.annotation.Annotation> |
Transaction annotation elements. |
| Annotation Type | Description |
|---|---|
| ReadOnlyTransaction |
Read-only PROPAGATION_REQUIRED tx annotation marker.
|
| ReadWriteTransaction |
Read-write PROPAGATION_REQUIRED tx annotation marker.
|
| Transaction |
Transaction method annotation for external use.
|
Copyright © 2003-present Jodd Team