IN PROGRESS - issue BATCH-384: consolidate map dao implementations

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

MapStepDao -> MapStepExecutionDao
improved test coverage for JobExecutionDao
This commit is contained in:
robokaso
2008-02-27 17:06:46 +00:00
parent a35a9d79dc
commit 84073c0b76
10 changed files with 101 additions and 36 deletions

View File

@@ -78,7 +78,7 @@
class="org.springframework.batch.execution.repository.dao.MapJobExecutionDao" />
<bean id="mapStepExecutionDao" lazy-init="true"
class="org.springframework.batch.execution.repository.dao.MapStepDao" />
class="org.springframework.batch.execution.repository.dao.MapStepExecutionDao" />
<bean id="jdbcTemplate"
class="org.springframework.jdbc.core.JdbcTemplate">