Uses of Class
org.springframework.data.cassandra.core.cql.AsyncRowMapperResultSetExtractor
Packages that use AsyncRowMapperResultSetExtractor
-
Uses of AsyncRowMapperResultSetExtractor in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return AsyncRowMapperResultSetExtractorModifier and TypeMethodDescriptionprotected <T> AsyncRowMapperResultSetExtractor<T>AsyncCqlTemplate.newAsyncResultSetExtractor(RowMapper<T> rowMapper) Constructs a new instance of theResultSetExtractoradapting the givenRowMapper.