Uses of Class
org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader
Package
Description
Spring Data related readers and writers.
Infrastructure implementations of database based item readers and writers.
Infrastructure implementations of io file concerns.
Infrastructure implementations of JSON input and output.
This package contains the classes required for using the LdifParser in Spring LDAP.
Infrastructure implementations of xml input and output.
-
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.avro
Modifier and TypeClassDescriptionclass
AnItemReader
that deserializes data from aResource
containing serialized Avro objects. -
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.data
Modifier and TypeClassDescriptionclass
A base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.class
RestartableItemReader
that reads documents from MongoDB via a paging technique.class
Deprecated.since 5.0 in favor of the item reader from ...class
AItemReader
that reads records utilizing aPagingAndSortingRepository
. -
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.database
Modifier and TypeClassDescriptionclass
Abstract base class for any simple item reader that opens a database cursor and continually retrieves the next row in the ResultSet.class
AbstractItemStreamReader
for to extend when reading database records in a paging fashion.class
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.class
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.class
Simple item reader implementation that opens a JDBC cursor and continually retrieves the next row in the ResultSet.class
ItemReader
for reading database records using JDBC in a paging fashion.class
ItemStreamReader
implementation based on JPAQuery.getResultStream()
.class
ItemReader
for reading database records built on top of JPA.class
Item reader implementation that executes a stored procedure and then reads the returned cursor and continually retrieves the next row in theResultSet
. -
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.file
Modifier and TypeClassDescriptionclass
RestartableItemReader
that reads lines from inputFlatFileItemReader.setResource(Resource)
. -
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.json
Modifier and TypeClassDescriptionclass
ItemStreamReader
implementation that reads Json objects from aResource
having the following format: -
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.ldif
Modifier and TypeClassDescriptionclass
class
-
Uses of AbstractItemCountingItemStreamItemReader in org.springframework.batch.item.xml
Modifier and TypeClassDescriptionclass
Item reader for reading XML input based on StAX.