Package | Description |
---|---|
org.mybatis.spring.batch.builder |
Contains classes to builder classes for
ItemReader and
ItemWriter . |
Modifier and Type | Method and 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 the
SqlSessionFactory to be used by writer for database access. |
MyBatisBatchItemWriterBuilder<T> |
MyBatisBatchItemWriterBuilder.sqlSessionTemplate(SqlSessionTemplate sqlSessionTemplate)
Set the
SqlSessionTemplate 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.
|
Copyright © 2010–2019 MyBatis.org. All rights reserved.