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

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

Introduction

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

Usage

From source file admin.service.JdbcSearchableJobExecutionDao.java

/**
 * @author Dave Syer
 * @author Michael Minella
 * 
 */
public class JdbcSearchableJobExecutionDao extends JdbcJobExecutionDao implements SearchableJobExecutionDao {