public class ArrayToListConverter<E> extends Object implements Converter<Array,List<E>>
ArrayToListConverter(Getter<ResultSet,E> elementGetter)
List<E>
convert(Array array)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayToListConverter(Getter<ResultSet,E> elementGetter)
public List<E> convert(Array array) throws Exception
convert
Converter<Array,List<E>>
Exception
Copyright © 2015. All rights reserved.