Uses of Package
org.mybatis.spring.batch
Packages that use org.mybatis.spring.batch
Package
Description
Contains classes to builder classes for
ItemReader and
ItemWriter.-
Classes in org.mybatis.spring.batch used by org.mybatis.spring.batch.builderClassDescription
ItemWriterthat uses the batching features fromSqlSessionTemplateto execute a batch of statements for all items provided.org.springframework.batch.item.ItemReaderfor reading database records using MyBatis in a paging fashion.