クラスの使用
org.springframework.integration.jdbc.StoredProcExecutor
StoredProcExecutor を使用するパッケージ
パッケージ
説明
JDBC モジュール用の Java DSL クラス。
JDBC の受信チャネルアダプター。
JDBC の送信チャネルアダプター。
org.springframework.integration.jdbc.dsl 内の StoredProcExecutor 使用
org.springframework.integration.jdbc.dsl 内の型引数 StoredProcExecutor を持つサブクラス型 StoredProcExecutor のパラメーターを持つ org.springframework.integration.jdbc.dsl のメソッド修飾子と型メソッド説明Jdbc.storedProcInboundAdapter(StoredProcExecutor storedProcExecutor) JdbcStoredProcInboundChannelAdapterSpecを製造するファクトリ。Jdbc.storedProcOutboundAdapter(StoredProcExecutor storedProcExecutor) JdbcStoredProcOutboundChannelAdapterSpecを製造するファクトリ。Jdbc.storedProcOutboundGateway(StoredProcExecutor storedProcExecutor) JdbcStoredProcOutboundGatewaySpecを製造するファクトリ。型 StoredProcExecutor のパラメーターを持つ org.springframework.integration.jdbc.dsl のコンストラクター修飾子コンストラクター説明protectedJdbcStoredProcInboundChannelAdapterSpec(StoredProcExecutor storedProcExecutor) protectedJdbcStoredProcOutboundChannelAdapterSpec(StoredProcExecutor storedProcExecutor) protectedJdbcStoredProcOutboundGatewaySpec(StoredProcExecutor storedProcExecutor) org.springframework.integration.jdbc.inbound 内の StoredProcExecutor 使用
型 StoredProcExecutor のパラメーターを持つ org.springframework.integration.jdbc.inbound のコンストラクター修飾子コンストラクター説明StoredProcPollingChannelAdapter(StoredProcExecutor storedProcExecutor) StoredProcExecutorをとるコンストラクター。org.springframework.integration.jdbc.outbound 内の StoredProcExecutor 使用
型 StoredProcExecutor のパラメーターを持つ org.springframework.integration.jdbc.outbound のコンストラクター修飾子コンストラクター説明StoredProcMessageHandler(StoredProcExecutor storedProcExecutor) StoredProcExecutorを渡すコンストラクター。StoredProcOutboundGateway(StoredProcExecutor storedProcExecutor) StoredProcExecutorをとるコンストラクター。