Interface ReactiveDeleteOperation.ReactiveDelete
- All Superinterfaces:
ReactiveDeleteOperation.DeleteWithQuery,ReactiveDeleteOperation.DeleteWithTable,ReactiveDeleteOperation.TerminatingDelete
- Enclosing interface:
- ReactiveDeleteOperation
public static interface ReactiveDeleteOperation.ReactiveDelete
extends ReactiveDeleteOperation.DeleteWithTable, ReactiveDeleteOperation.DeleteWithQuery
The
ReactiveDeleteOperation.ReactiveDelete interface provides methods for constructing DELETE operations in a fluent way.-
Method Summary
Methods inherited from interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithQuery
matchingMethods inherited from interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithTable
from, fromMethods inherited from interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.TerminatingDelete
all