Uses of Class
org.mybatis.spring.batch.builder.MyBatisBatchItemWriterBuilder
Package
Description
Contains classes to builder classes for
ItemReader
and
ItemWriter
.-
Uses of MyBatisBatchItemWriterBuilder in org.mybatis.spring.batch.builder
Modifier and TypeMethodDescriptionMyBatisBatchItemWriterBuilder.assertUpdates
(boolean assertUpdates) The flag that determines whether an assertion is made that all items cause at least one row to be updated.MyBatisBatchItemWriterBuilder.itemToParameterConverter
(org.springframework.core.convert.converter.Converter<T, ?> itemToParameterConverter) Set a converter that converting item to parameter object.MyBatisBatchItemWriterBuilder.sqlSessionFactory
(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory) Set theSqlSessionFactory
to be used by writer for database access.MyBatisBatchItemWriterBuilder.sqlSessionTemplate
(SqlSessionTemplate sqlSessionTemplate) Set theSqlSessionTemplate
to be used by writer for database access.MyBatisBatchItemWriterBuilder.statementId
(String statementId) Set the statement id identifying the statement in the SqlMap configuration file.