What is spring batch rowmapper?



What is spring batch rowmapper?..

Answer / 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

More Spring Framework Interview Questions

What is cglib in spring?

1 Answers  


Is spring framework still popular?

1 Answers  


Why spring mvc is used?

1 Answers  


What is aop logging?

1 Answers  


What is @requestbody in spring?

1 Answers  


What is @qualifier in spring?

1 Answers  


What is webapplicationinitializer in spring?

1 Answers  


What is the use of component scan in spring?

1 Answers  


Is security a cross cutting concern?

1 Answers  


How do you write an annotation?

1 Answers  


What is @required in spring?

1 Answers  


What is @enableautoconfiguration in spring boot? : Spring Boot

1 Answers  


Categories