public static interface ReactiveDeleteOperation.DeleteWithTable extends ReactiveDeleteOperation.TerminatingDelete
Modifier and Type | Method and Description |
---|---|
ReactiveDeleteOperation.DeleteWithQuery |
from(org.springframework.data.relational.core.sql.SqlIdentifier table)
Explicitly set the
name of the table on which to perform the delete. |
default ReactiveDeleteOperation.DeleteWithQuery |
from(String table)
Explicitly set the
name of the table on which to perform the delete. |
all
default ReactiveDeleteOperation.DeleteWithQuery from(String table)
name
of the table on which to perform the delete.
Skip this step to use the default table derived from the domain type
.
table
- name
of the table; must not be null or empty.ReactiveDeleteOperation.DeleteWithQuery
.IllegalArgumentException
- if table
is null or empty.ReactiveDeleteOperation.DeleteWithQuery
ReactiveDeleteOperation.DeleteWithQuery from(org.springframework.data.relational.core.sql.SqlIdentifier table)
name
of the table on which to perform the delete.
Skip this step to use the default table derived from the domain type
.
table
- name
of the table; must not be null.ReactiveDeleteOperation.DeleteWithQuery
.IllegalArgumentException
- if table
is null.ReactiveDeleteOperation.DeleteWithQuery
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.