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