|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ItemPreparedStatementSetter<T> | A convenient strategy for SQL updates, acting effectively as the inverse of
RowMapper. |
| ItemSqlParameterSourceProvider<T> | A convenient strategy for providing SqlParameterSource for named parameter SQL updates. |
| PagingQueryProvider | Interface defining the functionality to be provided for generating paging queries for use with Paging Item Readers. |
| Class Summary | |
|---|---|
| AbstractPagingItemReader<T> | Abstract ItemReader for to extend when reading database records in a paging
fashion. |
| BeanPropertyItemSqlParameterSourceProvider<T> | A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties that correspond to names used for parameters in the SQL statement. |
| ExtendedConnectionDataSourceProxy | Implementation of SmartDataSource that is capable of keeping a single
JDBC Connection which is NOT closed after each use even if
Connection.close() is called. |
| HibernateCursorItemReader<T> | ItemReader for reading database records built on top of Hibernate. |
| HibernateItemWriter<T> | ItemWriter that uses a Hibernate session to save or update entities
that are not part of the current Hibernate session. |
| IbatisBatchItemWriter<T> | ItemWriter that uses the batching features from
SqlMapClientTemplate to execute a batch of statements for all items
provided. |
| IbatisPagingItemReader<T> |
ItemReader for reading database
records using iBATIS in a paging fashion. |
| JdbcBatchItemWriter<T> | ItemWriter that uses the batching features from
SimpleJdbcTemplate to execute a batch of statements for all items
provided. |
| JdbcCursorItemReader<T> | Simple item reader that opens a JDBC cursor and continually retrieves the next row in the ResultSet. |
| JdbcPagingItemReader<T> | ItemReader for reading database records using JDBC in a paging
fashion. |
| JdbcParameterUtils | Helper methods for SQL statement parameter parsing. |
| JpaItemWriter<T> | ItemWriter that is using a JPA
EntityManagerFactory to merge any Entities that aren't part of the
persistence context. |
| JpaPagingItemReader<T> | ItemReader for reading database records built on top of JPA. |
Infrastructure implementations of database based item readers and writers.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||