| Package | Description |
|---|---|
| org.springframework.data.r2dbc.config |
Configuration classes for Spring Data R2DBC.
|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| org.springframework.data.r2dbc.repository.query |
Query support for R2DBC repositories.
|
| org.springframework.data.r2dbc.repository.support |
Support infrastructure for query derivation of R2DBC-specific repositories.
|
| Class and Description |
|---|
| R2dbcEntityTemplate
Implementation of
R2dbcEntityOperations. |
| ReactiveDataAccessStrategy
Deprecated.
since 1.2 in favor of using direct usage of
StatementMapper,
UpdateMapper and R2dbcConverter. |
| Class and Description |
|---|
| BindParameterSource
Deprecated.
since 1.2, without replacement.
|
| DatabaseClient
Deprecated.
since 1.2, use Spring R2DBC's
DatabaseClient support instead. |
| DatabaseClient.BindSpec
Deprecated.
Contract for specifying parameter bindings.
|
| DatabaseClient.Builder
Deprecated.
A mutable builder for creating a
DatabaseClient. |
| DatabaseClient.DeleteFromSpec
Deprecated.
Contract for specifying
DELETE options leading to the exchange. |
| DatabaseClient.DeleteMatchingSpec
Deprecated.
Contract for specifying
DELETE options leading to the exchange. |
| DatabaseClient.DeleteSpec
Deprecated.
Contract for specifying
DELETE options leading to the exchange. |
| DatabaseClient.GenericExecuteSpec
Deprecated.
Contract for specifying a SQL call along with options leading to the exchange.
|
| DatabaseClient.GenericInsertSpec
Deprecated.
Contract for specifying
INSERT options leading to the exchange. |
| DatabaseClient.GenericSelectSpec
Deprecated.
Contract for specifying
SELECT options leading to the exchange. |
| DatabaseClient.GenericUpdateSpec
Deprecated.
Contract for specifying
UPDATE options leading to the exchange. |
| DatabaseClient.InsertIntoSpec
Deprecated.
Contract for specifying
INSERT options leading to the exchange. |
| DatabaseClient.InsertSpec
Deprecated.
Contract for specifying
INSERT options leading to the exchange. |
| DatabaseClient.SelectFromSpec
Deprecated.
Contract for specifying
SELECT options leading to the exchange. |
| DatabaseClient.SelectSpec
Deprecated.
Contract for specifying
SELECT options leading to the exchange. |
| DatabaseClient.StatementFilterSpec
Deprecated.
Contract for applying a
StatementFilterFunction. |
| DatabaseClient.TypedDeleteSpec
Deprecated.
Contract for specifying
DELETE options leading to the exchange. |
| DatabaseClient.TypedExecuteSpec
Deprecated.
Contract for specifying a SQL call along with options leading to the exchange.
|
| DatabaseClient.TypedInsertSpec
Deprecated.
Contract for specifying
INSERT options leading the exchange. |
| DatabaseClient.TypedSelectSpec
Deprecated.
Contract for specifying
SELECT options leading to the exchange. |
| DatabaseClient.TypedUpdateSpec
Deprecated.
Contract for specifying
UPDATE options leading to the exchange. |
| DatabaseClient.UpdateMatchingSpec
Deprecated.
Contract for specifying
UPDATE options leading to the exchange. |
| DatabaseClient.UpdateSpec
Deprecated.
Contract for specifying
UPDATE options leading to the exchange. |
| DatabaseClient.UpdateTableSpec
Deprecated.
Contract for specifying
UPDATE options leading to the exchange. |
| ExecuteFunction
Deprecated.
since 1.2, use Spring's
ExecuteFunction support instead. |
| FetchSpec
Deprecated.
since 1.2, use Spring's
FetchSpec support instead. |
| FluentR2dbcOperations
Stripped down interface providing access to a fluent API that specifies a basic set of reactive R2DBC operations.
|
| NamedParameterExpander
Deprecated.
since 1.2, without replacement.
|
| PreparedOperation
Deprecated.
since 1.2, use Spring R2DBC's
PreparedOperation support instead. |
| QueryOperation
Deprecated.
since 1.2, use Spring R2DBC's
QueryOperation support instead. |
| R2dbcEntityOperations
Interface specifying a basic set of reactive R2DBC operations using entities.
|
| ReactiveDataAccessStrategy
Deprecated.
since 1.2 in favor of using direct usage of
StatementMapper,
UpdateMapper and R2dbcConverter. |
| ReactiveDataAccessStrategy.NamedParameterProvider
Deprecated.
Interface to retrieve parameters for named parameter processing.
|
| ReactiveDeleteOperation
The
ReactiveDeleteOperation interface allows creation and execution of DELETE operations in a fluent
API style. |
| ReactiveDeleteOperation.DeleteWithQuery
Required
filter. |
| ReactiveDeleteOperation.DeleteWithTable
Table override (optional).
|
| ReactiveDeleteOperation.ReactiveDelete
The
ReactiveDeleteOperation.ReactiveDelete interface provides methods for constructing DELETE operations in a fluent way. |
| ReactiveDeleteOperation.TerminatingDelete
Trigger
DELETE operation by calling one of the terminating methods. |
| ReactiveInsertOperation
The
ReactiveInsertOperation interface allows creation and execution of INSERT operations in a fluent
API style. |
| ReactiveInsertOperation.InsertWithTable
Table override (optional).
|
| ReactiveInsertOperation.ReactiveInsert
The
ReactiveInsertOperation.ReactiveInsert interface provides methods for constructing INSERT operations in a fluent way. |
| ReactiveInsertOperation.TerminatingInsert
Trigger
INSERT execution by calling one of the terminating methods. |
| ReactiveSelectOperation
The
ReactiveSelectOperation interface allows creation and execution of SELECT operations in a fluent
API style. |
| ReactiveSelectOperation.ReactiveSelect
The
ReactiveSelectOperation.ReactiveSelect interface provides methods for constructing SELECT operations in a fluent way. |
| ReactiveSelectOperation.SelectWithProjection
Result type override (optional).
|
| ReactiveSelectOperation.SelectWithQuery
Define a
Query used as the filter for the SELECT. |
| ReactiveSelectOperation.SelectWithTable
Table override (optional).
|
| ReactiveSelectOperation.TerminatingSelect
Trigger
SELECT execution by calling one of the terminating methods. |
| ReactiveUpdateOperation
The
ReactiveUpdateOperation interface allows creation and execution of UPDATE operations in a fluent
API style. |
| ReactiveUpdateOperation.ReactiveUpdate
The
ReactiveUpdateOperation.ReactiveUpdate interface provides methods for constructing UPDATE operations in a fluent way. |
| ReactiveUpdateOperation.TerminatingUpdate
Trigger
UPDATE execution by calling one of the terminating methods. |
| ReactiveUpdateOperation.UpdateWithQuery
Define a
Query used as the filter for the Update. |
| ReactiveUpdateOperation.UpdateWithTable
Table override (optional).
|
| RowsFetchSpec
Deprecated.
since 1.2, use Spring's
RowsFetchSpec support instead. |
| StatementFilterFunction
Deprecated.
since 1.2, use Spring's
StatementFilterFunction support instead. |
| StatementMapper
Mapper for statement specifications to
PreparedOperation. |
StatementMapper.DeleteSpec
DELETE specification. |
StatementMapper.InsertSpec
INSERT specification. |
StatementMapper.SelectSpec
SELECT specification. |
| StatementMapper.TypedStatementMapper
Extension to
StatementMapper that is associated with a type. |
StatementMapper.UpdateSpec
UPDATE specification. |
| UpdatedRowsFetchSpec
Deprecated.
since 1.2, use Spring's
UpdatedRowsFetchSpec support instead. |
| Class and Description |
|---|
| R2dbcEntityOperations
Interface specifying a basic set of reactive R2DBC operations using entities.
|
| ReactiveDataAccessStrategy
Deprecated.
since 1.2 in favor of using direct usage of
StatementMapper,
UpdateMapper and R2dbcConverter. |
| Class and Description |
|---|
| DatabaseClient
Deprecated.
since 1.2, use Spring R2DBC's
DatabaseClient support instead. |
| R2dbcEntityOperations
Interface specifying a basic set of reactive R2DBC operations using entities.
|
| ReactiveDataAccessStrategy
Deprecated.
since 1.2 in favor of using direct usage of
StatementMapper,
UpdateMapper and R2dbcConverter. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.