public class TideDataPublishingTransactionTemplate extends TransactionTemplate implements InitializingBean
loggerPREFIX_ISOLATION, PREFIX_PROPAGATION, PREFIX_TIMEOUT, READ_ONLY_MARKERISOLATION_DEFAULT, ISOLATION_READ_COMMITTED, ISOLATION_READ_UNCOMMITTED, ISOLATION_REPEATABLE_READ, ISOLATION_SERIALIZABLE, PROPAGATION_MANDATORY, PROPAGATION_NESTED, PROPAGATION_NEVER, PROPAGATION_NOT_SUPPORTED, PROPAGATION_REQUIRED, PROPAGATION_REQUIRES_NEW, PROPAGATION_SUPPORTS, TIMEOUT_DEFAULT| Constructor and Description |
|---|
TideDataPublishingTransactionTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
<T> T |
execute(TransactionCallback<T> action) |
void |
setDataUpdatePostprocessor(DataUpdatePostprocessor dataUpdatePostprocessor) |
void |
setGravity(Gravity gravity) |
void |
setTideDataPublishingWrapper(TideDataPublishingWrapper tideDataPublishingWrapper) |
getTransactionManager, setTransactionManagerequals, getDefinitionDescription, getIsolationLevel, getName, getPropagationBehavior, getTimeout, hashCode, isReadOnly, setIsolationLevel, setIsolationLevelName, setName, setPropagationBehavior, setPropagationBehaviorName, setReadOnly, setTimeout, toStringpublic TideDataPublishingTransactionTemplate()
@Autowired public void setGravity(Gravity gravity)
public void setTideDataPublishingWrapper(TideDataPublishingWrapper tideDataPublishingWrapper)
@Autowired(required=false) public void setDataUpdatePostprocessor(DataUpdatePostprocessor dataUpdatePostprocessor)
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class TransactionTemplatepublic <T> T execute(TransactionCallback<T> action) throws TransactionException
execute in interface TransactionOperationsexecute in class TransactionTemplateTransactionException