Class ResultSetIterator<T>

  • All Implemented Interfaces:
    Iterable<T>, Iterator<T>

    public class ResultSetIterator<T>
    extends Object
    implements Iterator<T>, Iterable<T>
    Iterator of a ResultSet that knows how to convert each row in the ResultSet to a Fauxjo bean. This is used primarily to iterate over a large number records without having to load them all into memory.