|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
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. |
Contains classes to facilitate the migration in Spring-Batch applications.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |