Uses of Class
org.apache.commons.dbutils.handlers.AbstractListHandler
Packages that use AbstractListHandler
Package
Description
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
-
Uses of AbstractListHandler in org.apache.commons.dbutils.handlers
Subclasses of AbstractListHandler in org.apache.commons.dbutils.handlersModifier and TypeClassDescriptionclass
ResultSetHandler
implementation that converts theResultSet
into aList
ofObject[]
s.class
ResultSetHandler
implementation that converts oneResultSet
column into aList
ofObject
s.class
ResultSetHandler
implementation that converts aResultSet
into aList
ofMap
s.