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
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.