Uses of Class
org.springframework.data.cassandra.core.cql.CassandraAccessor
Packages that use CassandraAccessor
Package
Description
CQL core support.
CQL legacy core asynchronous support for easier migration.
-
Uses of CassandraAccessor in org.springframework.data.cassandra.core.cql
Subclasses of CassandraAccessor in org.springframework.data.cassandra.core.cqlModifier and TypeClassDescriptionclassThis is the central class in the CQL core package for asynchronous Cassandra data access. It simplifies the use of CQL and helps to avoid common errors.classThis is the central class in the CQL core package. It simplifies the use of CQL and helps to avoid common errors. -
Uses of CassandraAccessor in org.springframework.data.cassandra.core.cql.legacy
Subclasses of CassandraAccessor in org.springframework.data.cassandra.core.cql.legacyModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.
CompletableFuture-based variantAsyncCqlTemplate.