Whole ResultSet handler. It produce List as
result. To convert individual rows into Java objects it uses
handleRow(ResultSet) method.
See Also:GenericListHandler.handleRow(ResultSet)
Row handler. Method converts current row into some Java object.
Parameters: rs - ResultSet to process. row processing result throws: SQLException - error occurs