Package org.mybatis.spring.batch
Contains classes to facilitate the migration in Spring-Batch applications.
-
Class Summary Class Description MyBatisBatchItemWriter<T> ItemWriterthat uses the batching features fromSqlSessionTemplateto execute a batch of statements for all items provided.MyBatisCursorItemReader<T> MyBatisPagingItemReader<T> org.springframework.batch.item.ItemReaderfor reading database records using MyBatis in a paging fashion.