クラス JdbcInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<JdbcInboundChannelAdapterSpec, JdbcPollingChannelAdapter>
org.springframework.integration.dsl.MessageSourceSpec<JdbcInboundChannelAdapterSpec, JdbcPollingChannelAdapter>
org.springframework.integration.jdbc.dsl.JdbcInboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<JdbcPollingChannelAdapter>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class JdbcInboundChannelAdapterSpec
extends MessageSourceSpec<JdbcInboundChannelAdapterSpec, JdbcPollingChannelAdapter>
- 導入:
- 7.0
- 作成者:
- Jiandong Ma, Artem Bilan
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedJdbcInboundChannelAdapterSpec(JdbcOperations jdbcOperations, StringSE selectQuery) 方法の概要
修飾子と型メソッド説明maxRows(int maxRows) selectSqlParameterSource(SqlParameterSource sqlQueryParameterSource) updatePerRow(boolean updatePerRow) updateSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) クラス MessageSourceSpec から継承されたメソッド
messageHeadersクラス 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
コンストラクターの詳細
JdbcInboundChannelAdapterSpec
方法の詳細
rowMapper
- パラメーター:
rowMapper- rowMapper- 戻り値:
- スペック
- 関連事項:
updateSql
- パラメーター:
updateSql- updateSql- 戻り値:
- スペック
- 関連事項:
updatePerRow
- パラメーター:
updatePerRow- updatePerRow- 戻り値:
- スペック
- 関連事項:
updateSqlParameterSourceFactory
public JdbcInboundChannelAdapterSpec updateSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) - パラメーター:
sqlParameterSourceFactory- sqlParameterSourceFactory- 戻り値:
- スペック
- 関連事項:
selectSqlParameterSource
public JdbcInboundChannelAdapterSpec selectSqlParameterSource(SqlParameterSource sqlQueryParameterSource) - パラメーター:
sqlQueryParameterSource- sqlQueryParameterSource- 戻り値:
- スペック
- 関連事項:
maxRows
- パラメーター:
maxRows- maxRows- 戻り値:
- スペック
- 関連事項: