spring
spring copied to clipboard
"MyBatisPagingItemReader" class support getSetParameterValues method?
I define a class that extends the MyBatisPagingItemReader class and override the doReadPage() method, but get parameterValues in the subclass. If possible, please give me a chance to PR, provides a getSetParameterValues method.
My english is not good, sorry
Hi @hjj5258 ,
What are you extending from the MyBatisPagingItemReader
implementation? I want to know an actual use cases.
If your use cases are generally, we consider to provide customize point as this library.
FYI: Many reader or writer implementation classes that provided by Spring Batch are not exposing members(parameterMap etc..) to subclass.
Close because no reply at long time. Of course you can reopen at any time.