Example usage for org.springframework.batch.core.repository.dao JobInstanceDao interface-usage

List of usage examples for org.springframework.batch.core.repository.dao JobInstanceDao interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.repository.dao JobInstanceDao interface-usage.

Usage

From source file admin.service.SearchableJobInstanceDao.java

/**
 * @author Dave Syer
 *
 */
public interface SearchableJobInstanceDao extends JobInstanceDao {

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

/**
 * Trooper implementation of {@link org.springframework.batch.core.repository.dao.MapJobInstanceDao}.
 * Has a maxJobinstance count. When the count is exceeded, removes the oldest JobInstance, including all
 * its executions, steps and executionContexts.
 */
public class MapJobInstanceDao implements JobInstanceDao {