| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncCassandraTemplate.AsyncPreparedStatementHandler
General callback interface used to create and bind prepared CQL statements.
|
static interface |
ReactiveCassandraTemplate.ReactivePreparedStatementHandler
General callback interface used to create and bind prepared CQL statements.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AsyncCassandraTemplate.PreparedStatementHandler
Utility class to prepare a
SimpleStatement and bind values associated with the statement to a
BoundStatement. |
static class |
CassandraTemplate.PreparedStatementHandler
Utility class to prepare a
SimpleStatement and bind values associated with the statement to a
BoundStatement. |
static class |
ReactiveCassandraTemplate.PreparedStatementHandler
Utility class to prepare a
SimpleStatement and bind values associated with the statement to a
BoundStatement. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePreparedStatementCreator
Trivial implementation of
PreparedStatementCreator. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.