public class JdbcJobExecutionDAO extends org.springframework.batch.core.repository.dao.JdbcJobExecutionDao implements JobExecutionDao
| Constructor and Description |
|---|
JdbcJobExecutionDAO() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.springframework.batch.core.JobExecution> |
getJobInstances(int page,
int size) |
protected org.springframework.batch.core.JobParameters |
getJobParameters(Long executionId) |
afterPropertiesSet, findJobExecutions, findRunningJobExecutions, getJobExecution, getLastJobExecution, saveJobExecution, setExitMessageLength, setJobExecutionIncrementer, synchronizeStatus, updateJobExecutiongetClobTypeToUse, getJdbcTemplate, getQuery, getTablePrefix, setClobTypeToUse, setJdbcTemplate, setTablePrefixpublic Collection<org.springframework.batch.core.JobExecution> getJobInstances(int page, int size)
protected org.springframework.batch.core.JobParameters getJobParameters(Long executionId)
getJobParameters in class org.springframework.batch.core.repository.dao.JdbcJobExecutionDaoexecutionId - - The job id to retrieveJobParameter of the jobCopyright © 2016. All rights reserved.