org.springframework.batch.admin.service
Class JdbcSearchableJobExecutionDao.JobExecutionRowMapper
java.lang.Object
org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao.JobExecutionRowMapper
- All Implemented Interfaces:
- RowMapper<JobExecution>
- Enclosing class:
- JdbcSearchableJobExecutionDao
protected static class JdbcSearchableJobExecutionDao.JobExecutionRowMapper
- extends Object
- implements RowMapper<JobExecution>
Re-usable mapper for JobExecution instances.
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcSearchableJobExecutionDao.JobExecutionRowMapper
public JdbcSearchableJobExecutionDao.JobExecutionRowMapper()
mapRow
public JobExecution mapRow(ResultSet rs,
int rowNum)
throws SQLException
- Specified by:
mapRow in interface RowMapper<JobExecution>
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.