Example usage for org.springframework.batch.sample.domain.football PlayerDao interface-usage

List of usage examples for org.springframework.batch.sample.domain.football PlayerDao interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.sample.domain.football PlayerDao interface-usage.

Usage

From source file es.fcs.batch.sample.domain.football.internal.JdbcPlayerDao.java

/**
 * @author Lucas Ward
 *
 */
@Configurable
public class JdbcPlayerDao extends SimpleJdbcDaoSupport implements PlayerDao, Serializable {