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