Uses of Class
org.springframework.data.cassandra.core.convert.QueryMapper
Packages that use QueryMapper
Package
Description
Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
-
Uses of QueryMapper in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return QueryMapperModifier and TypeMethodDescriptionprotected QueryMapper
StatementFactory.getQueryMapper()
Returns theQueryMapper
used to mapQuery
to CQL-specific data types.Constructors in org.springframework.data.cassandra.core with parameters of type QueryMapperModifierConstructorDescriptionStatementFactory
(QueryMapper queryMapper, UpdateMapper updateMapper) -
Uses of QueryMapper in org.springframework.data.cassandra.core.convert
Subclasses of QueryMapper in org.springframework.data.cassandra.core.convert