Module spring.data.r2dbc
Interface ReactiveInsertOperation.ReactiveInsert<T>
- All Superinterfaces:
ReactiveInsertOperation.InsertWithTable<T>,ReactiveInsertOperation.TerminatingInsert<T>
- Enclosing interface:
- ReactiveInsertOperation
public static interface ReactiveInsertOperation.ReactiveInsert<T>
extends ReactiveInsertOperation.InsertWithTable<T>
The
ReactiveInsertOperation.ReactiveInsert interface provides methods for constructing INSERT operations in a fluent way.-
Method Summary
Methods inherited from interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.InsertWithTable
into, intoMethods inherited from interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.TerminatingInsert
using