public class TypeMapper<ITEM> extends Object implements org.springframework.jdbc.core.RowMapper<ITEM>
| Modifier and Type | Method and Description |
|---|---|
List<Mapping> |
getMappings() |
Class<ITEM> |
getResultClass() |
ITEM |
mapRow(ResultSet set,
int count) |
public ITEM mapRow(ResultSet set, int count) throws SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<ITEM>SQLExceptionCopyright © 2012–2022 Zalando SE. All rights reserved.