Package me.danwi.sqlex.core.jdbc.mapper
Class BasicTypeMapper
- java.lang.Object
-
- me.danwi.sqlex.core.jdbc.mapper.RowMapper
-
- me.danwi.sqlex.core.jdbc.mapper.BasicTypeMapper
-
public class BasicTypeMapper extends RowMapper
-
-
Constructor Summary
Constructors Constructor Description BasicTypeMapper(java.lang.Class<?> dataType)
-
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
-
-