| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ListenableFuture<T> |
AsyncCqlTemplate.execute(AsyncSessionCallback<T> action) |
<T> ListenableFuture<T> |
AsyncCqlOperations.execute(AsyncSessionCallback<T> action)
Execute a CQL data access operation, implemented as callback action working on a
CqlSession. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.