public class ResultSetConverter extends Object
ResultSetConverter()
static <T> List<T>
convert(ResultSet rs, Class<T> listElementType)
convert(ResultSet rs, Class<T> listElementType, Map<String,String> specialMaps)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResultSetConverter()
public static <T> List<T> convert(ResultSet rs, Class<T> listElementType)
public static <T> List<T> convert(ResultSet rs, Class<T> listElementType, Map<String,String> specialMaps)
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.