Annotation Type 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
      java.lang.Class<? extends TxConfigFactory> value
      Note that bean will be obtained from guice context to be able to use injections.
    • Element Detail

      • value

        java.lang.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