Uses of Package
org.springframework.data.cassandra.repository.query
Package
Description
Query derivation mechanism for Apache Cassandra specific repositories.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
ClassDescriptionBase class for
RepositoryQuery
implementations for Cassandra.Base class for reactiveRepositoryQuery
implementations for Cassandra.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 specific implementation ofQueryMethod
.Base class for CassandraRepositoryQuery
implementations providing common infrastructure such asEntityInstantiators
andQueryStatementCreator
.Reactive specific implementation ofCassandraQueryMethod
. -
ClassDescriptionCassandra specific
EntityInformation
.Extension ofEntityMetadata
to additionally expose the table name an entity shall be persisted to.