Package | Description |
---|---|
org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
Modifier and Type | Class and Description |
---|---|
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 |
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. |
Copyright © 2014 Pivotal. All rights reserved.