Package me.danwi.sqlex.core.jdbc.mapper
Class BeanMapper
- java.lang.Object
-
- me.danwi.sqlex.core.jdbc.mapper.RowMapper
-
- me.danwi.sqlex.core.jdbc.mapper.BeanMapper
-
public class BeanMapper extends RowMapper
-
-
Constructor Summary
Constructors Constructor Description BeanMapper(java.lang.Class<?> bean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<?>fetch(java.sql.ResultSet resultSet)-
Methods inherited from class me.danwi.sqlex.core.jdbc.mapper.RowMapper
fetchColumn, fetchColumn
-
-