インターフェースの使用
org.springframework.integration.jdbc.SqlParameterSourceFactory
SqlParameterSourceFactory を使用するパッケージ
パッケージ
説明
Spring Integration JDBC モジュールのルートパッケージ。さまざまな JDBC およびストアドプロシージャ / 関数をサポートするコンポーネントが含まれています。
JDBC モジュール用の Java DSL クラス。
JDBC の受信チャネルアダプター。
JDBC の送信チャネルアダプター。
org.springframework.integration.jdbc 内の SqlParameterSourceFactory 使用
修飾子と型クラス説明class入力内の Bean プロパティ (またはマップキー) を参照するためのSqlParameterSourceを作成するSqlParameterSourceFactoryのデフォルト実装。classSpring EL 式を評価するSqlParameterSourceを作成するSqlParameterSourceFactoryの実装。型 SqlParameterSourceFactory のパラメーターを持つ org.springframework.integration.jdbc のメソッド修飾子と型メソッド説明voidStoredProcExecutor.setSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) カスタムSqlParameterSourceFactoryを設定する機能を提供します。org.springframework.integration.jdbc.dsl 内の SqlParameterSourceFactory 使用
型 SqlParameterSourceFactory のパラメーターを持つ org.springframework.integration.jdbc.dsl のメソッド修飾子と型メソッド説明JdbcOutboundGatewaySpec.replySqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcOutboundGatewaySpec.requestSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcOutboundChannelAdapterSpec.sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) StoredProcExecutorSpec.sqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) JdbcInboundChannelAdapterSpec.updateSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) org.springframework.integration.jdbc.inbound 内の SqlParameterSourceFactory 使用
型 SqlParameterSourceFactory のパラメーターを持つ org.springframework.integration.jdbc.inbound のメソッド修飾子と型メソッド説明voidJdbcPollingChannelAdapter.setUpdateSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) 更新クエリのSqlParameterSourceFactoryを設定します。org.springframework.integration.jdbc.outbound 内の SqlParameterSourceFactory 使用
型 SqlParameterSourceFactory のパラメーターを持つ org.springframework.integration.jdbc.outbound のメソッド修飾子と型メソッド説明voidJdbcOutboundGateway.setReplySqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) /** Set aSqlParameterSourceFactoryfor select query.voidJdbcOutboundGateway.setRequestSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) 更新クエリのSqlParameterSourceFactoryを設定します。voidJdbcMessageHandler.setSqlParameterSourceFactory(SqlParameterSourceFactory sqlParameterSourceFactory) SqlParameterSourceFactoryを構成します。