Module spring.data.r2dbc
Interface FluentR2dbcOperations
- All Superinterfaces:
ReactiveDeleteOperation,ReactiveInsertOperation,ReactiveSelectOperation,ReactiveUpdateOperation
- All Known Subinterfaces:
R2dbcEntityOperations
- All Known Implementing Classes:
R2dbcEntityTemplate
public interface FluentR2dbcOperations
extends ReactiveSelectOperation, ReactiveInsertOperation, ReactiveUpdateOperation, ReactiveDeleteOperation
Stripped down interface providing access to a fluent API that specifies a basic set of reactive R2DBC operations.
- Since:
- 1.1
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation
ReactiveDeleteOperation.DeleteWithQuery, ReactiveDeleteOperation.DeleteWithTable, ReactiveDeleteOperation.ReactiveDelete, ReactiveDeleteOperation.TerminatingDeleteNested classes/interfaces inherited from interface org.springframework.data.r2dbc.core.ReactiveInsertOperation
ReactiveInsertOperation.InsertWithTable<T>, ReactiveInsertOperation.ReactiveInsert<T>, ReactiveInsertOperation.TerminatingInsert<T>Nested classes/interfaces inherited from interface org.springframework.data.r2dbc.core.ReactiveSelectOperation
ReactiveSelectOperation.ReactiveSelect<T>, ReactiveSelectOperation.SelectWithProjection<T>, ReactiveSelectOperation.SelectWithQuery<T>, ReactiveSelectOperation.SelectWithTable<T>, ReactiveSelectOperation.TerminatingSelect<T>Nested classes/interfaces inherited from interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation
ReactiveUpdateOperation.ReactiveUpdate, ReactiveUpdateOperation.TerminatingUpdate, ReactiveUpdateOperation.UpdateWithQuery, ReactiveUpdateOperation.UpdateWithTable -
Method Summary
Methods inherited from interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation
deleteMethods inherited from interface org.springframework.data.r2dbc.core.ReactiveInsertOperation
insertMethods inherited from interface org.springframework.data.r2dbc.core.ReactiveSelectOperation
selectMethods inherited from interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation
update