public class TideDataPublishingTransactionTemplate
extends org.springframework.transaction.support.TransactionTemplate
implements org.springframework.beans.factory.InitializingBean
PREFIX_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(org.springframework.transaction.support.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 org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.springframework.transaction.support.TransactionTemplatepublic <T> T execute(org.springframework.transaction.support.TransactionCallback<T> action)
throws org.springframework.transaction.TransactionException
execute in interface org.springframework.transaction.support.TransactionOperationsexecute in class org.springframework.transaction.support.TransactionTemplateorg.springframework.transaction.TransactionException