public class GlueCompositeCursorReader<T> extends Object implements org.springframework.batch.item.ItemStreamReader<T>
Bean Property - itemsMapper : - itemReaderList : - returnType : ¿¹Á¦»ç¿ë ¿¹# 1
Constructor and Description |
---|
GlueCompositeCursorReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
open(org.springframework.batch.item.ExecutionContext executionContext) |
T |
read() |
void |
setItemReaderList(List<org.springframework.batch.item.database.AbstractCursorItemReader<?>> itemReaderList)
setter method for DI.
|
void |
setItemsMapper(GlueItemsMapper<T> mapper)
setter method for DI.
|
void |
setReturnType(String returnType)
setter method for DI.
|
void |
update(org.springframework.batch.item.ExecutionContext executionContext) |
public void setItemsMapper(GlueItemsMapper<T> mapper)
mapper
- public void setItemReaderList(List<org.springframework.batch.item.database.AbstractCursorItemReader<?>> itemReaderList)
itemReaderList
- public void setReturnType(String returnType)
returnType
- public void open(org.springframework.batch.item.ExecutionContext executionContext) throws org.springframework.batch.item.ItemStreamException
open
in interface org.springframework.batch.item.ItemStream
org.springframework.batch.item.ItemStreamException
public void close() throws org.springframework.batch.item.ItemStreamException
close
in interface org.springframework.batch.item.ItemStream
org.springframework.batch.item.ItemStreamException
public void update(org.springframework.batch.item.ExecutionContext executionContext)
update
in interface org.springframework.batch.item.ItemStream
Copyright © 2013–2019 POSCO ICT. All rights reserved.