14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
|
|
[[readersAndWriters]]
|
|
= ItemReaders and ItemWriters
|
|
:page-section-summary-toc: 1
|
|
|
|
ifndef::onlyonetoggle[]
|
|
endif::onlyonetoggle[]
|
|
|
|
All batch processing can be described in its most simple form as reading in large amounts
|
|
of data, performing some type of calculation or transformation, and writing the result
|
|
out. Spring Batch provides three key interfaces to help perform bulk reading and writing:
|
|
`ItemReader`, `ItemProcessor`, and `ItemWriter`.
|
|
|