Package org.springframework.data.r2dbc.core
@NonNullApi
@NonNullFields
package org.springframework.data.r2dbc.core
Core domain types around DatabaseClient.
-
ClassDescriptionDefault
ReactiveDataAccessStrategyimplementation.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.TheReactiveDeleteOperationinterface allows creation and execution ofDELETEoperations in a fluent API style.Requiredfilter.Table override (optional).TheReactiveDeleteOperation.ReactiveDeleteinterface provides methods for constructingDELETEoperations in a fluent way.TriggerDELETEoperation by calling one of the terminating methods.TheReactiveInsertOperationinterface allows creation and execution ofINSERToperations in a fluent API style.Table override (optional).TheReactiveInsertOperation.ReactiveInsertinterface provides methods for constructingINSERToperations in a fluent way.TriggerINSERTexecution by calling one of the terminating methods.TheReactiveSelectOperationinterface allows creation and execution ofSELECToperations in a fluent API style.TheReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations in a fluent way.Result type override (optional).Define aQueryused as the filter for theSELECT.Table override (optional).TriggerSELECTexecution by calling one of the terminating methods.TheReactiveUpdateOperationinterface allows creation and execution ofUPDATEoperations in a fluent API style.TheReactiveUpdateOperation.ReactiveUpdateinterface provides methods for constructingUPDATEoperations in a fluent way.TriggerUPDATEexecution by calling one of the terminating methods.Table override (optional).Mapper for statement specifications toPreparedOperation.DELETEspecification.INSERTspecification.SELECTspecification.Extension toStatementMapperthat is associated with a type.UPDATEspecification.
StatementMapper,UpdateMapperandR2dbcConverter.