MyBatisPagingItemReaderBuilder<T> |
MyBatisPagingItemReaderBuilder.maxItemCount(int maxItemCount) |
Configure the max number of items to be read.
|
MyBatisPagingItemReaderBuilder<T> |
MyBatisPagingItemReaderBuilder.pageSize(int pageSize) |
The number of records to request per page/query.
|
MyBatisPagingItemReaderBuilder<T> |
MyBatisPagingItemReaderBuilder.parameterValues(java.util.Map<java.lang.String,java.lang.Object> parameterValues) |
Set the parameter values to be used for the query execution.
|
MyBatisPagingItemReaderBuilder<T> |
MyBatisPagingItemReaderBuilder.queryId(java.lang.String queryId) |
Set the query id identifying the statement in the SqlMap configuration file.
|
MyBatisPagingItemReaderBuilder<T> |
MyBatisPagingItemReaderBuilder.saveState(boolean saveState) |
Configure if the state of the ItemStreamSupport should
be persisted within the ExecutionContext for restart
purposes.
|
MyBatisPagingItemReaderBuilder<T> |
MyBatisPagingItemReaderBuilder.sqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory) |
Set the SqlSessionFactory to be used by writer for database access.
|