Class DefaultMapRowMapper

java.lang.Object
org.huiche.jdbc.mapper.row.MapRowMapper
org.huiche.jdbc.mapper.row.DefaultMapRowMapper
All Implemented Interfaces:
RowMapper<Map<String,Object>>

public final class DefaultMapRowMapper extends MapRowMapper
默认MAP行转换器
Author:
Maning
  • Method Details

    • instance

      public static DefaultMapRowMapper instance()
      获取单例实例
      Returns:
      单例实例