| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableDeleteOperation.ExecutableDelete
the
ExecutableDeleteOperation.ExecutableDelete interface provides methods for constructing DELETE operations in a fluent way. |
| Modifier and Type | Method and Description |
|---|---|
ExecutableDeleteOperation.DeleteWithQuery |
ExecutableDeleteOperation.DeleteWithTable.inTable(com.datastax.oss.driver.api.core.CqlIdentifier table)
Explicitly set the
name of the table on which to execute the delete. |
default ExecutableDeleteOperation.DeleteWithQuery |
ExecutableDeleteOperation.DeleteWithTable.inTable(String table)
Explicitly set the
name of the table on which to execute the delete. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.