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).
- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary
Methods inherited from interface 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
ReactiveDeleteOperation.DeleteWithQuery from(org.springframework.data.relational.core.sql.SqlIdentifier table) 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:
-