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 QueryMapperStatementFactory.getQueryMapper()Returns theQueryMapperused to mapQueryto 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