adspace


What is spring batch rowmapper?

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


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518