public class BeanRowMapper extends Object implements org.springframework.jdbc.core.RowMapper
Constructor and Description |
---|
BeanRowMapper(String beanType,
String schema,
List<Field> fields) |
Modifier and Type | Method and Description |
---|---|
String |
getBeanType() |
Object |
mapRow(ResultSet rs,
int rowNum) |
void |
setBeanType(String beanType) |
public String getBeanType()
public void setBeanType(String beanType)
public Object mapRow(ResultSet rs, int rowNum) throws SQLException
mapRow
in interface org.springframework.jdbc.core.RowMapper
SQLException
Copyright © 2006–2018 TinyGroup. All rights reserved.