spring icon indicating copy to clipboard operation
spring copied to clipboard

"MyBatisPagingItemReader" class support getSetParameterValues method?

Open hjj5258 opened this issue 2 years ago • 1 comments

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

hjj5258 avatar Jun 03 '22 04:06 hjj5258

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.

kazuki43zoo avatar Jun 03 '22 05:06 kazuki43zoo

Close because no reply at long time. Of course you can reopen at any time.

kazuki43zoo avatar May 14 '23 18:05 kazuki43zoo