| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| Modifier and Type | Method and Description |
|---|---|
<T> reactor.core.publisher.Flux<T> |
ReactiveCqlOperations.execute(ReactivePreparedStatementCreator psc,
ReactivePreparedStatementCallback<T> action)
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. |
<T> reactor.core.publisher.Flux<T> |
ReactiveCqlTemplate.execute(ReactivePreparedStatementCreator psc,
ReactivePreparedStatementCallback<T> action) |
<T> reactor.core.publisher.Flux<T> |
ReactiveCqlOperations.execute(String cql,
ReactivePreparedStatementCallback<T> action)
Execute a CQL data access operation, implemented as callback action working on a CQL
PreparedStatement. |
<T> reactor.core.publisher.Flux<T> |
ReactiveCqlTemplate.execute(String cql,
ReactivePreparedStatementCallback<T> action) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.