Uses of Package
org.mybatis.spring.batch
Package | Description |
---|---|
org.mybatis.spring.batch.builder |
Contains classes to builder classes for
ItemReader and
ItemWriter . |
-
Classes in org.mybatis.spring.batch used by org.mybatis.spring.batch.builder Class Description MyBatisBatchItemWriter ItemWriter
that uses the batching features fromSqlSessionTemplate
to execute a batch of statements for all items provided.MyBatisCursorItemReader MyBatisPagingItemReader org.springframework.batch.item.ItemReader
for reading database records using MyBatis in a paging fashion.