|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.poscoict.glueframework.batch.item.GlueCompositeCursorReader<T>
public class GlueCompositeCursorReader<T>
ItemStreamReader ±¸Çöü.
Bean Property - itemsMapper : - itemReaderList : - returnType : ¿¹Á¦»ç¿ë ¿¹# 1
| Constructor Summary | |
|---|---|
GlueCompositeCursorReader()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlueCompositeCursorReader()
| Method Detail |
|---|
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.ItemStreamorg.springframework.batch.item.ItemStreamException
public void close()
throws org.springframework.batch.item.ItemStreamException
close in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic void update(org.springframework.batch.item.ExecutionContext executionContext)
update in interface org.springframework.batch.item.ItemStream
public T read()
throws Exception,
org.springframework.batch.item.UnexpectedInputException,
org.springframework.batch.item.ParseException,
org.springframework.batch.item.NonTransientResourceException
read in interface org.springframework.batch.item.ItemReader<T>Exception
org.springframework.batch.item.UnexpectedInputException
org.springframework.batch.item.ParseException
org.springframework.batch.item.NonTransientResourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||