Uses of Package
org.springframework.batch.item.database
Package
Description
Infrastructure implementations of database based item readers and writers.
Builders for database item readers and writers.
Support classes for database specific semantics.
-
ClassDescriptionAbstract base class for any simple item reader that opens a database cursor and continually retrieves the next row in the ResultSet.Abstract
ItemStreamReader
for to extend when reading database records in a paging fashion.A convenient strategy for SQL updates, acting effectively as the inverse ofRowMapper
.A convenient strategy for providing SqlParameterSource for named parameter SQL updates.The direction of the sort in an ORDER BY clause.Interface defining the functionality to be provided for generating paging queries for use with Paging Item Readers. -
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.A convenient strategy for SQL updates, acting effectively as the inverse of
RowMapper
.A convenient strategy for providing SqlParameterSource for named parameter SQL updates.ItemWriter
that uses the batching features fromNamedParameterJdbcTemplate
to execute a batch of statements for all items provided.Simple item reader implementation that opens a JDBC cursor and continually retrieves the next row in the ResultSet.ItemReader
for reading database records using JDBC in a paging fashion.ItemStreamReader
implementation based on JPAQuery.getResultStream()
.ItemWriter
that is using a JPA EntityManagerFactory to merge any Entities that aren't part of the persistence context.ItemReader
for reading database records built on top of JPA.The direction of the sort in an ORDER BY clause.Interface defining the functionality to be provided for generating paging queries for use with Paging Item Readers.Item reader implementation that executes a stored procedure and then reads the returned cursor and continually retrieves the next row in theResultSet
. -
ClassDescriptionA convenient strategy for SQL updates, acting effectively as the inverse of
RowMapper
.The direction of the sort in an ORDER BY clause.Interface defining the functionality to be provided for generating paging queries for use with Paging Item Readers.