クラス JdbcOutboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<JdbcOutboundChannelAdapterSpec, JdbcMessageHandler>
org.springframework.integration.dsl.MessageHandlerSpec<JdbcOutboundChannelAdapterSpec, JdbcMessageHandler>
org.springframework.integration.jdbc.dsl.JdbcOutboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<JdbcMessageHandler>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class JdbcOutboundChannelAdapterSpec
extends MessageHandlerSpec<JdbcOutboundChannelAdapterSpec, JdbcMessageHandler>
- 導入:
- 7.0
- 作成者:
- Jiandong Ma, Artem Bilan
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedJdbcOutboundChannelAdapterSpec(JdbcOperations jdbcOperations, StringSE updateQuery) 方法の概要
修飾子と型メソッド説明keysGenerated(boolean keysGenerated) preparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) usePayloadAsParameterSource(boolean usePayloadAsParameterSource) クラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
JdbcOutboundChannelAdapterSpec
方法の詳細
keysGenerated
- パラメーター:
keysGenerated- keysGenerated- 戻り値:
- スペック
- 関連事項:
sqlParameterSourceFactory
public JdbcOutboundChannelAdapterSpec sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) - パラメーター:
sqlParameterSourceFactory- sqlParameterSourceFactory- 戻り値:
- スペック
- 関連事項:
usePayloadAsParameterSource
public JdbcOutboundChannelAdapterSpec usePayloadAsParameterSource(boolean usePayloadAsParameterSource) - パラメーター:
usePayloadAsParameterSource- usePayloadAsParameterSource- 戻り値:
- スペック
- 関連事項:
preparedStatementSetter
public JdbcOutboundChannelAdapterSpec preparedStatementSetter(MessagePreparedStatementSetter preparedStatementSetter) - パラメーター:
preparedStatementSetter- preparedStatementSetter- 戻り値:
- スペック
- 関連事項: