IN PROGRESS - issue BATCH-340: Refactor JobRepository for greater clarity and consistency.

http://jira.springframework.org/browse/BATCH-340

JdbcStepExecutionDao no longer has JobExecutionDao dependency - repository coordinates the daos now
This commit is contained in:
robokaso
2008-02-14 14:52:35 +00:00
parent 6d7b50ee0e
commit 600c68aa02
7 changed files with 12 additions and 21 deletions

View File

@@ -73,7 +73,6 @@
class="org.springframework.batch.execution.repository.dao.JdbcStepExecutionDao">
<property name="jdbcTemplate" ref="jdbcTemplate" />
<property name="stepExecutionIncrementer" ref="stepExecutionIncrementer" />
<property name="jobExecutionDao" ref="jobExecutionDao" />
</bean>
<bean id="mapJobDao" lazy-init="true"