| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener)
Remove the given objects from the table by id.
|
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener,
QueryOptions options) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(List<T> entities,
DeletionListener<T> listener,
QueryOptions options)
Remove the given objects from the table by id.
|
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(T entity,
DeletionListener<T> listener) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(T entity,
DeletionListener<T> listener)
Remove the given object from the table by id.
|
<T> Cancellable |
CassandraTemplate.deleteAsynchronously(T entity,
DeletionListener<T> listener,
QueryOptions options) |
<T> Cancellable |
CassandraOperations.deleteAsynchronously(T entity,
DeletionListener<T> listener,
QueryOptions options)
Remove the given object from the table by id.
|
protected <T> Cancellable |
CassandraTemplate.doBatchDeleteAsync(List<T> entities,
DeletionListener listener,
QueryOptions options) |
protected <T> Cancellable |
CassandraTemplate.doDeleteAsync(T entity,
DeletionListener listener,
QueryOptions options) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.