Uses of Package
org.springframework.data.cassandra.repository.query
Packages that use 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.
-
Classes in org.springframework.data.cassandra.repository.query used by org.springframework.data.cassandra.repository.queryClassDescriptionBase 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
. -
Classes in org.springframework.data.cassandra.repository.query used by org.springframework.data.cassandra.repository.supportClassDescriptionCassandra specific
EntityInformation
.Extension ofEntityMetadata
to additionally expose the table name an entity shall be persisted to.