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