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
RepositoryQueryimplementations for Cassandra.Base class for reactiveRepositoryQueryimplementations for Cassandra.Extension ofEntityMetadatato additionally expose the table name an entity shall be persisted to.Cassandra-specificParameterAccessorexposing a Cassandratypesthat are supported by the driver and parameter type.Custom extension ofParametersdiscovering additional properties of query method parameters.CustomParameterimplementation addingCassandraTypesupport.Cassandra specific implementation ofQueryMethod.Base class for CassandraRepositoryQueryimplementations providing common infrastructure such asEntityInstantiatorsandQueryStatementCreator.A generic parameter binding with name or position information.Identifies a binding parameter by name, position or both.Value object capturing the expression of which a binding parameter originates.Value object capturing the method invocation parameter reference.Value type hierarchy to describe where a binding parameter comes from, either method call or an expression.Value object capturing the expression of which a binding parameter originates.Reactive specific implementation ofCassandraQueryMethod. -
Classes in org.springframework.data.cassandra.repository.query used by org.springframework.data.cassandra.repository.supportClassDescriptionCassandra specific
EntityInformation.Extension ofEntityMetadatato additionally expose the table name an entity shall be persisted to.