Package | Description |
---|---|
com.datastax.driver.mapping |
Modifier and Type | Method and Description |
---|---|
Result<T> |
Mapper.map(ResultSet resultSet)
Maps the rows from a
ResultSet into the class this is a mapper of. |
Result<T> |
Mapper.mapAliased(ResultSet resultSet)
Deprecated.
you no longer need to specify whether a result set is aliased, it will be detected
automatically. Use
Mapper.map(ResultSet) instead of this method. |
Modifier and Type | Method and Description |
---|---|
ListenableFuture<Result<T>> |
Result.fetchMoreResults() |
ListenableFuture<Result<T>> |
Mapper.mapAsync(ResultSetFuture resultSetFuture)
Asynchronously maps the rows from a
ResultSetFuture into the class this is a mapper of. |
Copyright © 2012–2023. All rights reserved.