| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveCqlOperations |
AbstractReactiveCassandraConfiguration.reactiveCqlTemplate()
Creates a
ReactiveCqlTemplate using the configured ReactiveSessionFactory. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveCqlOperations |
ReactiveCassandraOperations.getReactiveCqlOperations()
Expose the underlying
ReactiveCqlOperations to allow CQL operations. |
ReactiveCqlOperations |
ReactiveCassandraTemplate.getReactiveCqlOperations() |
| Constructor and Description |
|---|
ReactiveCassandraTemplate(ReactiveCqlOperations reactiveCqlOperations,
CassandraConverter converter)
Create an instance of
ReactiveCassandraTemplate initialized with the given ReactiveCqlOperations
and CassandraConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveCqlTemplate
This is the central class in the CQL core package for reactive Cassandra data access.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.