Uses of Interface
org.springframework.data.cassandra.core.cql.ReactiveCqlOperations
Packages that use ReactiveCqlOperations
Package
Description
Apache Cassandra core support.
CQL core support.
-
Uses of ReactiveCqlOperations in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return ReactiveCqlOperationsModifier and TypeMethodDescriptionReactiveCassandraOperations.getReactiveCqlOperations()Expose the underlyingReactiveCqlOperationsto allow CQL operations.ReactiveCassandraTemplate.getReactiveCqlOperations()Constructors in org.springframework.data.cassandra.core with parameters of type ReactiveCqlOperationsModifierConstructorDescriptionReactiveCassandraTemplate(ReactiveCqlOperations reactiveCqlOperations, CassandraConverter converter) Create an instance ofReactiveCassandraTemplateinitialized with the givenReactiveCqlOperationsandCassandraConverter. -
Uses of ReactiveCqlOperations in org.springframework.data.cassandra.core.cql
Classes in org.springframework.data.cassandra.core.cql that implement ReactiveCqlOperationsModifier and TypeClassDescriptionclassThis is the central class in the CQL core package for reactive Cassandra data access. It simplifies the use of CQL and helps to avoid common errors.