public class ExperimentTaskResultRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<ExperimentTaskResult>
ExperimentTaskResult instances from a given ResultSet. Note that the following mapping is
expected (column index - value):
| Constructor and Description |
|---|
ExperimentTaskResultRowMapper() |
public ExperimentTaskResult mapRow(ResultSet resultSet, int rowId) throws SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<ExperimentTaskResult>SQLExceptionCopyright © 2014–2017. All rights reserved.