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 Details