Package org.springframework.data.cassandra.repository.query
@NonNullApi
package org.springframework.data.cassandra.repository.query
Query derivation mechanism for Apache Cassandra specific repositories.
-
ClassDescriptionBase class for
RepositoryQuery
implementations for Cassandra.Base class for reactiveRepositoryQuery
implementations for Cassandra.Cassandra specificEntityInformation
.Extension ofEntityMetadata
to additionally expose the table name an entity shall be persisted to.Cassandra-specificParameterAccessor
exposing a Cassandratypes
that are supported by the driver and parameter type.Custom extension ofParameters
discovering additional properties of query method parameters.Cassandra-specificParameterAccessor
exposing Cassandratypes
that are supported by the driver and parameter type.Cassandra specific implementation ofQueryMethod
.Base class for CassandraRepositoryQuery
implementations providing common infrastructure such asEntityInstantiators
andQueryStatementCreator
.RepositoryQuery
implementation for Cassandra.Reactive specific implementation ofCassandraQueryMethod
.Reactive PartTreeRepositoryQuery
implementation for Cassandra.String-basedAbstractReactiveCassandraQuery
implementation.String-basedAbstractCassandraQuery
implementation.