クラス R2dbc
java.lang.ObjectSE
org.springframework.integration.r2dbc.dsl.R2dbc
メソッドのサマリー
修飾子と型メソッド説明static R2dbcMessageSourceSpec
inboundChannelAdapter
(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, StringSE query) 提供されたR2dbcEntityOperations
およびクエリ文字列のR2dbcMessageSourceSpec
のインスタンスを作成します。static R2dbcMessageSourceSpec
inboundChannelAdapter
(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, FunctionSE<R2dbcMessageSource.SelectCreator, org.springframework.data.r2dbc.core.StatementMapper.SelectSpec> selectFunction) 提供されたR2dbcEntityOperations
のR2dbcMessageSourceSpec
のインスタンスを作成し、StatementMapper.SelectSpec
インスタンスを作成するように機能します。static R2dbcMessageSourceSpec
inboundChannelAdapter
(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Expression queryExpression) クエリ用に提供されたR2dbcEntityOperations
および SpEL 式のR2dbcMessageSourceSpec
のインスタンスを作成します。static R2dbcMessageHandlerSpec
outboundChannelAdapter
(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations) 提供されたR2dbcEntityOperations
のR2dbcMessageHandlerSpec
のインスタンスを作成します。
メソッドの詳細
inboundChannelAdapter
public static R2dbcMessageSourceSpec inboundChannelAdapter(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, StringSE query) 提供されたR2dbcEntityOperations
およびクエリ文字列のR2dbcMessageSourceSpec
のインスタンスを作成します。- パラメーター:
r2dbcEntityOperations
- 使用するR2dbcEntityOperations
。query
- 実行するクエリ。- 戻り値:
- スペック。
inboundChannelAdapter
public static R2dbcMessageSourceSpec inboundChannelAdapter(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, FunctionSE<R2dbcMessageSource.SelectCreator, org.springframework.data.r2dbc.core.StatementMapper.SelectSpec> selectFunction) 提供されたR2dbcEntityOperations
のR2dbcMessageSourceSpec
のインスタンスを作成し、StatementMapper.SelectSpec
インスタンスを作成するように機能します。- パラメーター:
r2dbcEntityOperations
- 使用するR2dbcEntityOperations
。selectFunction
- クエリの実行を評価する式。- 戻り値:
- スペック。
inboundChannelAdapter
public static R2dbcMessageSourceSpec inboundChannelAdapter(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Expression queryExpression) クエリ用に提供されたR2dbcEntityOperations
および SpEL 式のR2dbcMessageSourceSpec
のインスタンスを作成します。- パラメーター:
r2dbcEntityOperations
- 使用するR2dbcEntityOperations
。queryExpression
- クエリの実行を評価する式。- 戻り値:
- スペック。
outboundChannelAdapter
public static R2dbcMessageHandlerSpec outboundChannelAdapter(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations) 提供されたR2dbcEntityOperations
のR2dbcMessageHandlerSpec
のインスタンスを作成します。- パラメーター:
r2dbcEntityOperations
- 使用するR2dbcEntityOperations
。- 戻り値:
- スペック。