| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> RowMapperResultSetExtractor<T> |
CqlTemplate.newResultSetExtractor(RowMapper<T> rowMapper)
Constructs a new instance of the
ResultSetExtractor adapting the given RowMapper. |
protected <T> RowMapperResultSetExtractor<T> |
CqlTemplate.newResultSetExtractor(RowMapper<T> rowMapper,
int rowsExpected)
Constructs a new instance of the
ResultSetExtractor adapting the given RowMapper. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.