Example usage for org.springframework.batch.core.repository.dao JdbcStepExecutionDao subclass-usage

List of usage examples for org.springframework.batch.core.repository.dao JdbcStepExecutionDao subclass-usage

Introduction

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

Usage

From source file admin.service.JdbcSearchableStepExecutionDao.java

/**
 * @author Dave Syer
 * @author Michael Minella
 * 
 */
public class JdbcSearchableStepExecutionDao extends JdbcStepExecutionDao implements SearchableStepExecutionDao {