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 |
What is cglib in spring?
Is spring framework still popular?
Why spring mvc is used?
What is aop logging?
What is @requestbody in spring?
What is @qualifier in spring?
What is webapplicationinitializer in spring?
What is the use of component scan in spring?
Is security a cross cutting concern?
How do you write an annotation?
What is @required in spring?
What is @enableautoconfiguration in spring boot? : Spring Boot