public class R2dbcMessageSourceSpec extends MessageSourceSpec<R2dbcMessageSourceSpec,R2dbcMessageSource>
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
修飾子 | コンストラクターと説明 |
---|---|
protected | R2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Expression queryExpression) |
protected | R2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, StringSE query) |
修飾子と型 | メソッドと説明 |
---|---|
R2dbcMessageSourceSpec | bindFunction(java.util.function.BiFunctionSE<DatabaseClient.GenericExecuteSpec,?,DatabaseClient.GenericExecuteSpec> bindFunction) パラメーターを更新クエリにバインドするために使用される BiFunction SE を設定します。 |
R2dbcMessageSourceSpec | expectSingleResult(boolean expectSingleResult) R2dbcEntityOperations で呼び出す find * メソッドを管理するためのフラグ。 |
R2dbcMessageSourceSpec | payloadType(ClassSE<?> payloadType) 予想されるペイロード型を設定します。 |
R2dbcMessageSourceSpec | updateSql(StringSE updateSql) 更新クエリを構成します。 |
messageHeaders
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected R2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, StringSE query)
protected R2dbcMessageSourceSpec(org.springframework.data.r2dbc.core.R2dbcEntityOperations r2dbcEntityOperations, Expression queryExpression)
public R2dbcMessageSourceSpec payloadType(ClassSE<?> payloadType)
payloadType
- 使用するクラス。public R2dbcMessageSourceSpec updateSql(StringSE updateSql)
updateSql
- 更新クエリ文字列。public R2dbcMessageSourceSpec bindFunction(java.util.function.BiFunctionSE<DatabaseClient.GenericExecuteSpec,?,DatabaseClient.GenericExecuteSpec> bindFunction)
BiFunction
SE を設定します。bindFunction
- 使用する BiFunction
SE。public R2dbcMessageSourceSpec expectSingleResult(boolean expectSingleResult)
R2dbcEntityOperations
で呼び出す find * メソッドを管理するためのフラグ。expectSingleResult
- 単一の結果が期待される場合は true。