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

Packages that use AbstractJobRepositoryFactoryBean
org.springframework.batch.core.repository.support Specific implementations of repository concerns. 
 

Uses of AbstractJobRepositoryFactoryBean in org.springframework.batch.core.repository.support
 

Subclasses of AbstractJobRepositoryFactoryBean in org.springframework.batch.core.repository.support
 class JobRepositoryFactoryBean
          A FactoryBean that automates the creation of a SimpleJobRepository using JDBC DAO implementations which persist batch metadata in database.
 class MapJobRepositoryFactoryBean
          A FactoryBean that automates the creation of a SimpleJobRepository using non-persistent in-memory DAO implementations.
 



Copyright © 2013 SpringSource. All Rights Reserved.