Uses of Interface
org.springframework.data.cassandra.core.QueryResultConverter.ConversionResultSupplier
Packages that use QueryResultConverter.ConversionResultSupplier
-
Uses of QueryResultConverter.ConversionResultSupplier in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core with parameters of type QueryResultConverter.ConversionResultSupplierModifier and TypeMethodDescriptionQueryResultConverter.mapRow(com.datastax.oss.driver.api.core.cql.Row row, QueryResultConverter.ConversionResultSupplier<T> reader) Map aRowthat is read from the Cassandra database to a query result.