| Package | Description |
|---|---|
| org.mybatis.spring.batch.builder |
Contains classes to builder classes for
ItemReader and
ItemWriter. |
| Class and Description |
|---|
MyBatisBatchItemWriter
ItemWriter that uses the batching features from
SqlSessionTemplate to execute a batch of statements for all items
provided. |
| MyBatisCursorItemReader |
MyBatisPagingItemReader
org.springframework.batch.item.ItemReader for reading database
records using MyBatis in a paging fashion. |
Copyright © 2010–2019 MyBatis.org. All rights reserved.