adspace
Answer Posted / Badam Kumar
Spring Batch RowMapper is a helper class used to map database rows to Java objects during the read process in Spring Batch applications. It defines how each row of data should be converted into an object instance by implementing a mapping function that takes a ResultSet and row number as input.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers