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

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

Introduction

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

Usage

From source file admin.service.SearchableStepExecutionDao.java

/**
 * Extension of the {@link StepExecutionDao} interface to add additional search
 * features.
 * 
 * @author Dave Syer
 * 

From source file org.springframework.batch.core.repository.dao.JdbcStepExecutionDao.java

/**
 * JDBC implementation of {@link StepExecutionDao}.<br>
 *
 * Allows customization of the tables names used by Spring Batch for step meta
 * data via a prefix property.<br>
 *