Interface ReactiveDeleteOperation.DeleteWithTable
- All Known Subinterfaces:
ReactiveDeleteOperation.ReactiveDelete
- Enclosing interface:
- ReactiveDeleteOperation
public static interface ReactiveDeleteOperation.DeleteWithTable
Table override (optional).
-
Method Details
-
inTable
Explicitly set thename
of the table on which to perform the delete.Skip this step to use the default table derived from the
domain type
.- Parameters:
table
-name
of the table; must not be null or empty.- Returns:
- new instance of
ReactiveDeleteOperation.DeleteWithQuery
. - Throws:
IllegalArgumentException
- iftable
is null or empty.- See Also:
-
inTable
ReactiveDeleteOperation.DeleteWithQuery inTable(com.datastax.oss.driver.api.core.CqlIdentifier table) Explicitly set thename
of the table on which to perform the delete.Skip this step to use the default table derived from the
domain type
.- Parameters:
table
-name
of the table; must not be null.- Returns:
- new instance of
ReactiveDeleteOperation.DeleteWithQuery
. - Throws:
IllegalArgumentException
- iftable
is null.- See Also:
-
CqlIdentifier
ReactiveDeleteOperation.DeleteWithQuery
-