Example usage for org.springframework.batch.item.support AbstractItemCountingItemStreamItemReader subclass-usage

List of usage examples for org.springframework.batch.item.support AbstractItemCountingItemStreamItemReader subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.support AbstractItemCountingItemStreamItemReader subclass-usage.

Usage

From source file io.spring.marchmadness.batch.BracketGeneratingItemReader.java

/**
 * @author Michael Minella
 */
public class BracketGeneratingItemReader extends AbstractItemCountingItemStreamItemReader<Bracket> {

    private TraversalCallback traversalCallback;

From source file fr.acxio.tools.agia.io.IdentityResourceAwareItemReaderItemStream.java

/**
 * <p>
 * A Reader returning its Resource as its single record.
 * </p>
 * 
 * @author pcollardez

From source file uk.ac.ebi.eva.pipeline.io.readers.MongoDbCursorItemReader.java

/**
 * @author Diego Poggioli
 *
 * @see <a href="https://github.com/acogoluegnes/Spring-Batch-MongoDB/blob/master/src/main/java/com/zenika/batch/item/database/mongo/MongoDbCursorItemReader.java</a>
 *
 * Mongo item reader cursor based

From source file org.mybatis.spring.batch.MyBatisCursorItemReader.java

/**
 * @author Guillaume Darmont / guillaume@dropinocean.com
 */
public class MyBatisCursorItemReader<T> extends AbstractItemCountingItemStreamItemReader<T>
        implements InitializingBean {

From source file org.works.batch.item.excel.AbstractExcelItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 * 
 * @author Marten Deinum

From source file biz.deinum.multitenant.batch.item.excel.AbstractExcelItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type

From source file com.sg.socrates.service.item.excel.AbstractExcelItemReader.java

/**
 * {@link ItemReader} implementation which uses the JExcelApi to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type

From source file org.beanio.spring.BeanIOFlatFileItemReader.java

/**
 * A Spring Batch item reader that uses a BeanIO stream mapping file to read items 
 * from a flat file.  Restart capabilities are fully supported.
 * 
 * <p>This implementation requires Spring 2.5 or greater, and Spring Batch 2.1.x.</p>
 * 

From source file demons.studentsmanagesystem.excel.AbstractExcelItemReader.java

/**
 * {@link org.springframework.batch.item.ItemReader} implementation to read an Excel
 * file. It will read the file sheet for sheet and row for row. It is loosy based on
 * the {@link org.springframework.batch.item.file.FlatFileItemReader}
 *
 * @param <T> the type

From source file lcn.module.batch.core.item.file.FlatFileByteReader.java

/**
 * Flat File? Byte ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0