Package org.mybatis.spring.batch
package org.mybatis.spring.batch
Contains classes to facilitate the migration in Spring-Batch applications.
-
ClassesClassDescription
ItemWriter
that uses the batching features fromSqlSessionTemplate
to execute a batch of statements for all items provided.org.springframework.batch.item.ItemReader
for reading database records using MyBatis in a paging fashion.