public class TransactionSynchronizationFactoryBean extends ObjectSE implements FactoryBean<DefaultTransactionSynchronizationFactory>, BeanFactoryAware
DefaultTransactionSynchronizationFactory Bean にデータを取り込むために使用される FactoryBean 実装(Builder スタイル)。OBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
TransactionSynchronizationFactoryBean() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setBeanFactory(BeanFactory beanFactory) throws BeansException
BeanFactoryAware の setBeanFactory BeansExceptionpublic TransactionSynchronizationFactoryBean channelResolver(DestinationResolver<MessageChannel> resolver)
DestinationResolver 戦略を指定します。デフォルトは BeanFactoryChannelResolver です。resolver - チャネルリゾルバー。public TransactionSynchronizationFactoryBean beforeCommit(StringSE expression)
public TransactionSynchronizationFactoryBean beforeCommit(StringSE expression, StringSE messageChannel)
public TransactionSynchronizationFactoryBean beforeCommit(MessageChannel messageChannel)
public TransactionSynchronizationFactoryBean beforeCommit(StringSE expression, MessageChannel messageChannel)
public TransactionSynchronizationFactoryBean afterCommit(StringSE expression)
public TransactionSynchronizationFactoryBean afterCommit(StringSE expression, StringSE messageChannel)
public TransactionSynchronizationFactoryBean afterCommit(MessageChannel messageChannel)
public TransactionSynchronizationFactoryBean afterCommit(StringSE expression, MessageChannel messageChannel)
public TransactionSynchronizationFactoryBean afterRollback(StringSE expression)
public TransactionSynchronizationFactoryBean afterRollback(StringSE expression, StringSE messageChannel)
public TransactionSynchronizationFactoryBean afterRollback(MessageChannel messageChannel)
public TransactionSynchronizationFactoryBean afterRollback(StringSE expression, MessageChannel messageChannel)
public DefaultTransactionSynchronizationFactory getObject()
FactoryBean<DefaultTransactionSynchronizationFactory> の getObject public ClassSE<?> getObjectType()
FactoryBean<DefaultTransactionSynchronizationFactory> の getObjectType public boolean isSingleton()
FactoryBean<DefaultTransactionSynchronizationFactory> の isSingleton