Closed
Description
Could MyBatisBatchItemWriter supports additional parameter that is not part of the item to be written?
e.g. My target db table contains the "last updated by" field which is not part of the domain object (The object doesn't have the lastUpdatedBy property). In typical MyBatis usage, I could use @param to pass additional parameter. It would be nice if MyBatisBatchItemWriter could provide some alternatives like this.