IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.
http://jira.springframework.org/browse/BATCH-340 Added getLastStepExecution method to StepExecutionDao interface and liberated JdbcStepInstanceDao from StepExecutionDao. Removed the STEP_INSTANCE.LAST_EXECUTION_ID column from schema.
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
class="org.springframework.batch.execution.repository.dao.JdbcStepInstanceDao">
|
||||
<property name="jdbcTemplate" ref="jdbcTemplate" />
|
||||
<property name="stepIncrementer" ref="stepIncrementer" />
|
||||
<property name="stepExecutionDao" ref="stepExecutionDao" />
|
||||
</bean>
|
||||
|
||||
<bean id="stepExecutionDao" lazy-init="true"
|
||||
|
||||
Reference in New Issue
Block a user