Annotation Interface TxConfigSupport


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface TxConfigSupport
Annotation used with transactional annotations with transaction config (like InTransaction) in order to apply specified configuration.

Note that transactional annotation may not provide any configurations and in this case default transaction configuration will be always used.

Since:
18.09.2018
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Note that bean will be obtained from guice context to be able to use injections.
  • Element Details

    • value

      Class<? extends TxConfigFactory> value
      Note that bean will be obtained from guice context to be able to use injections.
      Returns:
      converter from annotation properties into common tx config object