Package org.mybatis.spring.batch

Contains classes to facilitate the migration in Spring-Batch applications.

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.
 

Package org.mybatis.spring.batch Description

Contains classes to facilitate the migration in Spring-Batch applications.

Version:
$Id$


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.