パッケージ
org.apache.commons.dbutils の使用

org.apache.commons.dbutils を使用しているパッケージ
org.apache.commons.dbutils DbUtils is a small set of classes designed to make working with JDBC easier. 
org.apache.commons.dbutils.handlers Implementations of the org.apache.commons.dbutils.ResultSetHandler interface. 
 

org.apache.commons.dbutils により使用される org.apache.commons.dbutils のクラス
BasicRowProcessor
          Basic implementation of the RowProcessor interface.
BeanProcessor
           BeanProcessor matches column names to bean property names and converts ResultSet columns into objects for those bean properties.
ProxyFactory
          Creates proxy implementations of JDBC interfaces.
QueryLoader
          QueryLoader is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.
ResultSetHandler
          Implementations of this interface convert ResultSets into other objects.
RowProcessor
          RowProcessor implementations convert ResultSet rows into various other objects.
 

org.apache.commons.dbutils.handlers により使用される org.apache.commons.dbutils のクラス
ResultSetHandler
          Implementations of this interface convert ResultSets into other objects.
RowProcessor
          RowProcessor implementations convert ResultSet rows into various other objects.