批注接口 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
.- 从以下版本开始:
- 3.3.0
- 作者:
- Lasse Wulff