クラス R2dbcMessageSourceSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<R2dbcMessageSourceSpec,R2dbcMessageSource>
org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
- 実装済みのインターフェース一覧:
DisposableBean、FactoryBean<R2dbcMessageSource>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public class R2dbcMessageSourceSpec
extends MessageSourceSpec<R2dbcMessageSourceSpec,R2dbcMessageSource>
- 導入:
- 5.4
- 作成者:
- Artem Bilan
フィールド概要
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedR2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, StringSE query) protectedR2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Expression queryExpression) 方法の概要
修飾子と型メソッド説明bindFunction(BiFunctionSE<DatabaseClient.GenericExecuteSpec, ?, DatabaseClient.GenericExecuteSpec> bindFunction) パラメーターを更新クエリにバインドするために使用されるBiFunctionSE を設定します。expectSingleResult(boolean expectSingleResult) R2dbcEntityOperationsで呼び出す find * メソッドを管理するためのフラグ。payloadType(ClassSE<?> payloadType) 予想されるペイロード型を設定します。更新クエリを構成します。クラス org.springframework.integration.dsl.MessageSourceSpec から継承されたメソッド
messageHeadersクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
コンストラクターの詳細
R2dbcMessageSourceSpec
protected R2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, StringSE query) R2dbcMessageSourceSpec
protected R2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Expression queryExpression)
方法の詳細
payloadType
予想されるペイロード型を設定します。- パラメーター:
payloadType- 使用するクラス。- 戻り値:
- スペック
updateSql
更新クエリを構成します。- パラメーター:
updateSql- 更新クエリ文字列。- 戻り値:
- スペック
bindFunction
public R2dbcMessageSourceSpec bindFunction(BiFunctionSE<DatabaseClient.GenericExecuteSpec, ?, DatabaseClient.GenericExecuteSpec> bindFunction) パラメーターを更新クエリにバインドするために使用されるBiFunctionSE を設定します。- パラメーター:
bindFunction- 使用するBiFunctionSE。- 戻り値:
- スペック
expectSingleResult
R2dbcEntityOperationsで呼び出す find * メソッドを管理するためのフラグ。- パラメーター:
expectSingleResult- 単一の結果が期待される場合は true。- 戻り値:
- スペック