Package org.springframework.data.r2dbc.core
@NonNullApi
@NonNullFields
package org.springframework.data.r2dbc.core
Core domain types around DatabaseClient.
-
ClassDescriptionDefault
ReactiveDataAccessStrategy
implementation.Stripped down interface providing access to a fluent API that specifies a basic set of reactive R2DBC operations.Interface specifying a basic set of reactive R2DBC operations using entities.Implementation ofR2dbcEntityOperations
.Deprecated.Interface to retrieve parameters for named parameter processing.TheReactiveDeleteOperation
interface allows creation and execution ofDELETE
operations in a fluent API style.Requiredfilter
.Table override (optional).TheReactiveDeleteOperation.ReactiveDelete
interface provides methods for constructingDELETE
operations in a fluent way.TriggerDELETE
operation by calling one of the terminating methods.TheReactiveInsertOperation
interface allows creation and execution ofINSERT
operations in a fluent API style.Table override (optional).TheReactiveInsertOperation.ReactiveInsert
interface provides methods for constructingINSERT
operations in a fluent way.TriggerINSERT
execution by calling one of the terminating methods.TheReactiveSelectOperation
interface allows creation and execution ofSELECT
operations in a fluent API style.TheReactiveSelectOperation.ReactiveSelect
interface provides methods for constructingSELECT
operations in a fluent way.Result type override (optional).Define aQuery
used as the filter for theSELECT
.Table override (optional).TriggerSELECT
execution by calling one of the terminating methods.TheReactiveUpdateOperation
interface allows creation and execution ofUPDATE
operations in a fluent API style.TheReactiveUpdateOperation.ReactiveUpdate
interface provides methods for constructingUPDATE
operations in a fluent way.TriggerUPDATE
execution by calling one of the terminating methods.Define aQuery
used as the filter for theUpdate
.Table override (optional).Mapper for statement specifications toPreparedOperation
.DELETE
specification.INSERT
specification.SELECT
specification.Extension toStatementMapper
that is associated with a type.UPDATE
specification.
StatementMapper
,UpdateMapper
andR2dbcConverter
.