Annotation Interface Tx.TransactionType

Enclosing class:
Tx

@Target(ANNOTATION_TYPE) public static @interface Tx.TransactionType
Transaction Tx.Type annotation.

Defines transaction type of the annotated method. This annotation is applied on set of annotations used to mark methods to be executed in managed transaction of selected Tx.Type.

Those method annotations are:

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Transaction type of the annotated method.
  • Element Details

    • value

      Tx.Type value
      Transaction type of the annotated method.
      Returns:
      the transaction type