What is a rowmapper?



What is a rowmapper?..

Answer / Satish Kumar Deepak

A RowMapper is an interface in Spring Framework used to map each row of a JDBC ResultSet object into Java objects. It's useful when working with data access objects (DAOs) and performing database operations that require mapping the result set to custom Java objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is service layer in spring mvc?

1 Answers  


What do you mean by dependency injection and how does it work?

1 Answers  


What is chunk in spring batch?

1 Answers  


What do you understand as dependency injection (di)?

1 Answers  


Which is better setter or constructor injection?

1 Answers  


What are the advantages of spring?

1 Answers  


What is the main difference between @requestparam and @pathvariable annotation?

1 Answers  


What is @component annotation in spring?

1 Answers  


List the limitations of auto wiring.

1 Answers  


What is bean in spring?

1 Answers  


Name some of the important spring modules?

1 Answers  


Different spring bean scope.

1 Answers  


Categories