Java org.springframework.jdbc.core BeanPropertyRowMapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.core BeanPropertyRowMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.core BeanPropertyRowMapper.

The text is from its open source code.

Subclass

org.springframework.jdbc.core.BeanPropertyRowMapper has subclasses.
Click this link to see all its subclasses.

Constructor

BeanPropertyRowMapper()
Create a new BeanPropertyRowMapper for bean-style configuration.
BeanPropertyRowMapper(Class mappedClass)
Create a new BeanPropertyRowMapper , accepting unpopulated properties in the target bean.

Method

TmapRow(ResultSet rs, int rowNumber)
Extract the values for all columns in the current row.
BeanPropertyRowMappernewInstance(Class mappedClass)
Static factory method to create a new BeanPropertyRowMapper (with the mapped class specified only once).
voidsetMappedClass(Class mappedClass)
Set the class that each row should be mapped to.