Interface ReactiveDeleteOperation.DeleteWithTable
- All Superinterfaces:
ReactiveDeleteOperation.TerminatingDelete
- All Known Subinterfaces:
ReactiveDeleteOperation.ReactiveDelete
- Enclosing interface:
- ReactiveDeleteOperation
public static interface ReactiveDeleteOperation.DeleteWithTable
extends ReactiveDeleteOperation.TerminatingDelete
Table override (optional).
-
Method Summary
Modifier and TypeMethodDescriptionExplicitly set thenameof the table on which to perform the delete.from(SqlIdentifier table) Explicitly set thenameof the table on which to perform the delete.Methods inherited from interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.TerminatingDelete
all
-
Method Details
-
from
Explicitly set thenameof the table on which to perform the delete.Skip this step to use the default table derived from the
domain type.- Parameters:
table-nameof the table; must not be null or empty.- Returns:
- new instance of
ReactiveDeleteOperation.DeleteWithQuery. - Throws:
IllegalArgumentException- iftableis null or empty.- See Also:
-
from
Explicitly set thenameof the table on which to perform the delete.Skip this step to use the default table derived from the
domain type.- Parameters:
table-nameof the table; must not be null.- Returns:
- new instance of
ReactiveDeleteOperation.DeleteWithQuery. - Throws:
IllegalArgumentException- iftableis null.- See Also:
-