|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemStreamReader | |
---|---|
org.springframework.batch.item.database | Infrastructure implementations of database based item readers and writers. |
org.springframework.batch.item.file | Infrastructure implementations of io file concerns. |
org.springframework.batch.item.support | Internal support package |
org.springframework.batch.item.xml | Infrastructure implementations of xml input and output. |
Uses of ItemStreamReader in org.springframework.batch.item.database |
---|
Classes in org.springframework.batch.item.database that implement ItemStreamReader | |
---|---|
class |
AbstractCursorItemReader<T>
Abstract base class for any simple item reader that opens a database cursor and continually retrieves the next row in the ResultSet. |
class |
AbstractPagingItemReader<T>
Abstract ItemReader for to extend when
reading database records in a paging fashion. |
class |
HibernateCursorItemReader<T>
ItemReader for reading database records built on top of Hibernate. |
class |
HibernatePagingItemReader<T>
ItemReader for reading database records built on top of Hibernate and
reading only up to a fixed number of items at a time. |
class |
IbatisPagingItemReader<T>
ItemReader for reading database
records using iBATIS in a paging fashion. |
class |
JdbcCursorItemReader<T>
Simple item reader implementation that opens a JDBC cursor and continually retrieves the next row in the ResultSet. |
class |
JdbcPagingItemReader<T>
ItemReader for reading database
records using JDBC in a paging fashion. |
class |
JpaPagingItemReader<T>
ItemReader for reading database
records built on top of JPA. |
class |
StoredProcedureItemReader<T>
Item reader implementation that executes a stored procedure and then reads the returned cursor and continually retrieves the next row in the ResultSet . |
Uses of ItemStreamReader in org.springframework.batch.item.file |
---|
Subinterfaces of ItemStreamReader in org.springframework.batch.item.file | |
---|---|
interface |
ResourceAwareItemReaderItemStream<T>
Interface for ItemReader s that implement ItemStream and read
input from Resource . |
Classes in org.springframework.batch.item.file that implement ItemStreamReader | |
---|---|
class |
FlatFileItemReader<T>
Restartable ItemReader that reads lines from input FlatFileItemReader.setResource(Resource) . |
class |
ResourcesItemReader
ItemReader which produces Resource instances from an array. |
Uses of ItemStreamReader in org.springframework.batch.item.support |
---|
Classes in org.springframework.batch.item.support that implement ItemStreamReader | |
---|---|
class |
AbstractItemCountingItemStreamItemReader<T>
Abstract superclass for ItemReader s that supports restart by storing
item count in the ExecutionContext (therefore requires item ordering
to be preserved between runs). |
class |
SingleItemPeekableItemReader<T>
A PeekableItemReader that allows the user to peek one item ahead. |
Uses of ItemStreamReader in org.springframework.batch.item.xml |
---|
Classes in org.springframework.batch.item.xml that implement ItemStreamReader | |
---|---|
class |
StaxEventItemReader<T>
Item reader for reading XML input based on StAX. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |