Uses of Class
org.apache.commons.dbutils.handlers.GenericListHandler

Packages that use GenericListHandler
org.apache.commons.dbutils.handlers Implementations of the org.apache.commons.dbutils.ResultSetHandler interface. 
 

Uses of GenericListHandler in org.apache.commons.dbutils.handlers
 

Subclasses of GenericListHandler in org.apache.commons.dbutils.handlers
 class ArrayListHandler
          ResultSetHandler implementation that converts the ResultSet into a List of Object[]s.
 class BeanListHandler
          ResultSetHandler implementation that converts a ResultSet into a List of beans.
 class ColumnListHandler
          ResultSetHandler implementation that converts one ResultSet column into a List of Objects.
 class MapListHandler
          ResultSetHandler implementation that converts a ResultSet into a List of Maps.