Class BasicTypeMapper<T>


  • public class BasicTypeMapper<T>
    extends RowMapper<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      BasicTypeMapper​(java.lang.Class<T> dataType)  
    • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicTypeMapper

        public BasicTypeMapper​(java.lang.Class<T> dataType)
    • Method Detail

      • fetch

        public java.util.List<T> fetch​(java.sql.ResultSet resultSet)
                                throws java.sql.SQLException
        Specified by:
        fetch in class RowMapper<T>
        Throws:
        java.sql.SQLException