List of usage examples for org.springframework.batch.item ItemReader interface-usage
From source file pl.altkom.sping.batch.sample.reader.CustomerJpaItemReader.java
/** * * @author admin */ public class CustomerJpaItemReader implements ItemReader<Customer> {
From source file org.duracloud.snapshot.service.impl.SpaceItemReader.java
/** * @author Erik Paulsson * Date: 1/31/14 */ public class SpaceItemReader implements ItemReader<ContentItem> {
From source file com.tvd.tech.spring.batch.job.basic.ExampleItemReader.java
/** * {@link ItemReader} with hard-coded input data. */ public class ExampleItemReader implements ItemReader<String> { private static final int MAX_OUTER = 0;
From source file de.codecentric.batch.item.DummyItemReader.java
/** * {@link ItemReader} with hard-coded input data. */ public class DummyItemReader implements ItemReader<String> { private static final Log log = LogFactory.getLog(DummyItemReader.class);
From source file kr.okplace.job.common.InfiniteLoopReader.java
/**
* ItemReader implementation that will continually return a new object. It's
* generally useful for testing interruption.
*
* @author Lucas Ward
*
From source file kr.okplace.job.support.ExceptionThrowingItemReaderProxy.java
/**
* Hacked {@link ItemReader} that throws exception on a given record number
* (useful for testing restart).
*
* @author Robert Kasanicky
* @author Lucas Ward
From source file org.duracloud.snapshot.service.impl.FileSystemReader.java
/** * @author Daniel Bernstein * Date: Jul 16, 2014 */ public class FileSystemReader implements ItemReader<File> {
From source file com.github.ffremont.PartitionPersonReader.java
/** * * @author florent */ @Component("partitionPersonReader") @Scope(value = "step")
From source file org.duracloud.snapshot.service.impl.ContentPropertiesFileReader.java
/** * @author Daniel Bernstein Date: Jul 16, 2014 */ public class ContentPropertiesFileReader implements ItemReader<ContentProperties> { private final Logger log = LoggerFactory.getLogger(ContentPropertiesFileReader.class);
From source file lcn.module.batch.web.guide.service.GeneratingTradeItemReader.java
/**
* ?? read ? , items ? ? ? ?
*
* @author
* @since 2012. 07.30
* @version 1.0