Class ExecutionRowMapper
- java.lang.Object
-
- com.chutneytesting.execution.infra.storage.ExecutionRowMapper
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<ExecutionHistory.Execution>
public class ExecutionRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<ExecutionHistory.Execution>
-
-
Constructor Summary
Constructors Constructor Description ExecutionRowMapper()
-
-
-
Method Detail
-
mapRow
public ExecutionHistory.Execution mapRow(ResultSet rs, int rowNum) throws SQLException
- Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<ExecutionHistory.Execution>- Throws:
SQLException
-
-