Example usage for org.springframework.batch.repeat RepeatListener interface-usage

List of usage examples for org.springframework.batch.repeat RepeatListener interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.repeat RepeatListener interface-usage.

Usage

From source file com.mulodo.survey.batch.dao.impl.SurvayDaoImpl.java

public class SurvayDaoImpl extends CommonDAOImpl<Survey> implements RepeatListener {

    private List<Throwable> errors = new ArrayList<Throwable>();

    /**
     * Public accessor for the errors property.

From source file org.openmrs.module.bahmniexports.example.domain.trade.internal.HibernateCreditDao.java

/**
 * @author Lucas Ward
 * @author Dave Syer
 *
 */
public class HibernateCreditDao implements CustomerCreditDao, RepeatListener {

From source file fr.acxio.tools.agia.alfresco.dao.HibernateNodeDao.java

/**
 * <p>
 * Hibernate implementation of {@link fr.acxio.tools.agia.alfresco.dao.NodeDao
 * NodeDao}.
 * </p>
 *