Uses of Class
org.springframework.data.cassandra.core.cql.RowMapperResultSetExtractor
Packages that use RowMapperResultSetExtractor
-
Uses of RowMapperResultSetExtractor in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return RowMapperResultSetExtractorModifier and TypeMethodDescriptionprotected <T> RowMapperResultSetExtractor<T>CqlTemplate.newResultSetExtractor(RowMapper<T> rowMapper) Constructs a new instance of theResultSetExtractoradapting the givenRowMapper.protected <T> RowMapperResultSetExtractor<T>CqlTemplate.newResultSetExtractor(RowMapper<T> rowMapper, int rowsExpected) Constructs a new instance of theResultSetExtractoradapting the givenRowMapper.