Example usage for org.springframework.batch.core.repository.support AbstractJobRepositoryFactoryBean subclass-usage

List of usage examples for org.springframework.batch.core.repository.support AbstractJobRepositoryFactoryBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.repository.support AbstractJobRepositoryFactoryBean subclass-usage.

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.
 *