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