Class JdbcSearchableJobExecutionDao.SearchableJobExecutionRowMapper
java.lang.Object
org.springframework.cloud.dataflow.server.batch.JdbcSearchableJobExecutionDao.SearchableJobExecutionRowMapper
- All Implemented Interfaces:
RowMapper<org.springframework.batch.core.JobExecution>
- Enclosing class:
- JdbcSearchableJobExecutionDao
protected class JdbcSearchableJobExecutionDao.SearchableJobExecutionRowMapper
extends Object
implements RowMapper<org.springframework.batch.core.JobExecution>
Re-usable mapper for
JobExecution
instances.- Author:
- Dave Syer, Glenn Renfro
-
Method Summary
-
Method Details
-
mapRow
public org.springframework.batch.core.JobExecution mapRow(ResultSet rs, int rowNum) throws SQLException - Specified by:
mapRow
in interfaceRowMapper<org.springframework.batch.core.JobExecution>
- Throws:
SQLException
-