List of usage examples for org.springframework.batch.core.repository.support AbstractJobRepositoryFactoryBean subclass-usage
From source file org.springframework.batch.core.repository.support.JobRepositoryFactoryBean.java
/**
* A {@link FactoryBean} that automates the creation of a
* {@link SimpleJobRepository} using JDBC DAO implementations which persist
* batch metadata in database. Requires the user to describe what kind of
* database they are using.
*