Annotation Interface BatchTransactionManager
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface BatchTransactionManager
Qualifier annotation for a
PlatformTransactionManager
to be injected into Batch
auto-configuration. Can be used on a secondary PlatformTransactionManager
, if
there is another one marked as @Primary
.- Since:
- 3.3.0
- Author:
- Lasse Wulff