Uses of Class
org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean

Packages that use MapJobRepositoryFactoryBean
org.springframework.batch.core.explore.support Specific implementations of explorer concerns. 
 

Uses of MapJobRepositoryFactoryBean in org.springframework.batch.core.explore.support
 

Methods in org.springframework.batch.core.explore.support with parameters of type MapJobRepositoryFactoryBean
 void MapJobExplorerFactoryBean.setRepositoryFactory(MapJobRepositoryFactoryBean repositoryFactory)
          The repository factory that can be used to create daos for the explorer.
 

Constructors in org.springframework.batch.core.explore.support with parameters of type MapJobRepositoryFactoryBean
MapJobExplorerFactoryBean(MapJobRepositoryFactoryBean repositoryFactory)
          Create an instance with the provided MapJobRepositoryFactoryBean as a source of Dao instances.
 



Copyright © 2013 SpringSource. All Rights Reserved.