public class SpringTransactionInterceptor
extends org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
| Constructor and Description |
|---|
SpringTransactionInterceptor(org.springframework.transaction.PlatformTransactionManager transactionManager) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(org.flowable.common.engine.impl.interceptor.CommandConfig config,
org.flowable.common.engine.impl.interceptor.Command<T> command) |
Copyright © 2019. All rights reserved.