Uses of Package
org.springframework.data.r2dbc.core
Packages that use org.springframework.data.r2dbc.core
Package
Description
Configuration classes for Spring Data R2DBC.
Core domain types around DatabaseClient.
Query support for R2DBC repositories.
Support infrastructure for query derivation of R2DBC-specific repositories.
-
Classes in org.springframework.data.r2dbc.core used by org.springframework.data.r2dbc.config
-
Classes in org.springframework.data.r2dbc.core used by org.springframework.data.r2dbc.coreClassDescriptionStripped 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.Deprecated.Deprecated.Interface to retrieve parameters for named parameter processing.The
ReactiveDeleteOperationinterface 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.Define aQueryused as the filter for theUpdate.Table override (optional).Mapper for statement specifications toPreparedOperation.DELETEspecification.INSERTspecification.SELECTspecification.Extension toStatementMapperthat is associated with a type.UPDATEspecification. -
Classes in org.springframework.data.r2dbc.core used by org.springframework.data.r2dbc.repository.queryClassDescriptionInterface specifying a basic set of reactive R2DBC operations using entities.Deprecated.
-
Classes in org.springframework.data.r2dbc.core used by org.springframework.data.r2dbc.repository.supportClassDescriptionInterface specifying a basic set of reactive R2DBC operations using entities.Deprecated.
StatementMapper,UpdateMapperandR2dbcConverter.