Uses of Package
org.apache.commons.dbutils
Packages that use org.apache.commons.dbutils
Package
Description
DbUtils is a small set of classes designed to make working with JDBC easier.
Implementations of the org.apache.commons.dbutils.ResultSetHandler interface.
Implementations of the org.apache.commons.dbutils.ColumnHandler interface.
Implementations of the org.apache.commons.dbutils.PropertyHandler interface.
-
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutilsClassDescriptionThe base class for QueryRunner & AsyncQueryRunner.Basic implementation of the
RowProcessor
interface.BeanProcessor
matches column names to bean property names and convertsResultSet
columns into objects for those bean properties.Creates proxy implementations of JDBC interfaces.QueryLoader
is a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.Executes SQL queries with pluggable strategies for handlingResultSet
s.Implementations of this interface convert ResultSets into other objects.RowProcessor
implementations convertResultSet
rows into various other objects.Configuration options for aStatement
when preparing statements inQueryRunner
.Builder class forStatementConfiguration
for more flexible construction. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlersClassDescriptionImplementations of this interface convert ResultSets into other objects.
RowProcessor
implementations convertResultSet
rows into various other objects. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlers.columns
-
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlers.properties