Annotation 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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends TxConfigFactory>Note that bean will be obtained from guice context to be able to use injections.
-
Element Details
-
value
Class<? extends TxConfigFactory> valueNote that bean will be obtained from guice context to be able to use injections.- Returns:
- converter from annotation properties into common tx config object
-