Uses of Interface
org.huiche.jdbc.mapper.index.IndexMapper
Packages that use IndexMapper
-
Uses of IndexMapper in org.huiche.jdbc.mapper.index
Classes in org.huiche.jdbc.mapper.index that implement IndexMapperModifier and TypeClassDescriptionfinal class实体类下标映射final classMap的列下标映射Methods in org.huiche.jdbc.mapper.index that return IndexMapperModifier and TypeMethodDescriptionstatic IndexMapperIndexMapper.of(RowMapper<?> rowMapper, ResultSetMetaData metaData) 根据rowMapper获取其需要的 列下标映射 -
Uses of IndexMapper in org.huiche.jdbc.mapper.row
Methods in org.huiche.jdbc.mapper.row with parameters of type IndexMapperModifier and TypeMethodDescriptionEntityRowMapper.map(ResultSet rs, IndexMapper indexMapper, Configuration configuration) MapRowMapper.map(ResultSet rs, IndexMapper indexMapper, Configuration configuration) RowMapper.map(ResultSet rs, IndexMapper indexMapper, Configuration configuration) 将结果集转换实体SingleColumnRowMapper.map(ResultSet rs, IndexMapper indexMapper, Configuration configuration)