See: Description
Class | Description |
---|---|
MyBatisBatchItemWriter<T> |
ItemWriter that uses the batching features from
SqlSessionTemplate to execute a batch of statements for all items
provided.Provided to facilitate the migration from Spring-Batch iBATIS 2 writers to MyBatis 3 The user must provide a MyBatis statement id that points to the SQL statement defined in the MyBatis. It is expected that MyBatisBatchItemWriter.write(List) is called inside a transaction. |
MyBatisPagingItemReader<T> |
org.springframework.batch.item.ItemReader for reading database
records using MyBatis in a paging fashion. |
Copyright © 2010–2015 MyBatis.org. All rights reserved.