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

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

Introduction

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

Usage

From source file br.com.postalis.folhapgto.repository.MeuJobRepositoryFactoryBean.java

/**
 *
 * @author jonathan.salcedo
 */
public class MeuJobRepositoryFactoryBean extends MapJobRepositoryFactoryBean {

From source file org.trpr.platform.batch.impl.spring.admin.repository.MapJobRepositoryFactoryBean.java

/**
 * A {@link FactoryBean} that automates the creation of a {@link SimpleJobRepository} using non-persistent in-memory 
 * DAO implementations. Based on {@link org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean} 
 * Modified to include {@link MapStepExecutionDao}, {@link MapJobInstanceDao}, {@link MapJobExecutionDao}, 
 * {@link MapExecutionContextDao} which don't do a deep copy of steps, making this implementation faster. 
 * Also this implementation has an ability to limit the number of JobInstances being stored.