IN PROGRESS - issue BATCH-384: consolidate map dao implementations
http://jira.springframework.org/browse/BATCH-384 MapJobDao split to MapJobInstanceDao and MapJobExecutionDao. JobInstanceDao now has getJobInstance(Job,Params) rather than findJobInstances(Job,Params)
This commit is contained in:
@@ -71,10 +71,13 @@
|
||||
ref="stepExecutionIncrementer" />
|
||||
</bean>
|
||||
|
||||
<bean id="mapJobDao" lazy-init="true"
|
||||
class="org.springframework.batch.execution.repository.dao.MapJobDao" />
|
||||
<bean id="mapJobInstanceDao" lazy-init="true"
|
||||
class="org.springframework.batch.execution.repository.dao.MapJobInstanceDao" />
|
||||
|
||||
<bean id="mapJobExecutionDao" lazy-init="true"
|
||||
class="org.springframework.batch.execution.repository.dao.MapJobExecutionDao" />
|
||||
|
||||
<bean id="mapStepDao" lazy-init="true"
|
||||
<bean id="mapStepExecutionDao" lazy-init="true"
|
||||
class="org.springframework.batch.execution.repository.dao.MapStepDao" />
|
||||
|
||||
<bean id="jdbcTemplate"
|
||||
|
||||
Reference in New Issue
Block a user