Package | Description |
---|---|
com.datastax.driver.mapping |
Modifier and Type | Method and Description |
---|---|
Result<T> |
Mapper.map(ResultSet resultSet)
Creates a query to fetch entity given its PRIMARY KEY.
|
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. |