Uses of Package
org.apache.commons.dbutils
-
Packages that use org.apache.commons.dbutils Package Description 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.handlers.columns Implementations of the org.apache.commons.dbutils.ColumnHandler interface.org.apache.commons.dbutils.handlers.properties Implementations of the org.apache.commons.dbutils.PropertyHandler interface.org.apache.commons.dbutils.wrappers Wrappers that add functionality to java.sql classes. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils Class Description AbstractQueryRunner The base class for QueryRunner & AsyncQueryRunner.BasicRowProcessor Basic implementation of theRowProcessor
interface.BeanProcessor BeanProcessor
matches column names to bean property names and convertsResultSet
columns into objects for those bean properties.ColumnHandler Interface to define how implementations can interact with column handling when constructing a bean from aResultSet
.PropertyHandler Interface to define how implementations can interact with property handling when constructing a bean from aResultSet
.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.QueryRunner Executes SQL queries with pluggable strategies for handlingResultSet
s.ResultSetHandler Implementations of this interface convert ResultSets into other objects.RowProcessor RowProcessor
implementations convertResultSet
rows into various other objects.StatementConfiguration Configuration options for aStatement
when preparing statements inQueryRunner
.StatementConfiguration.Builder Builder class forStatementConfiguration
for more flexible construction. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlers Class Description ResultSetHandler Implementations of this interface convert ResultSets into other objects.RowProcessor RowProcessor
implementations convertResultSet
rows into various other objects. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlers.columns Class Description ColumnHandler Interface to define how implementations can interact with column handling when constructing a bean from aResultSet
. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.handlers.properties Class Description PropertyHandler Interface to define how implementations can interact with property handling when constructing a bean from aResultSet
. -
Classes in org.apache.commons.dbutils used by org.apache.commons.dbutils.wrappers Class Description ProxyFactory Creates proxy implementations of JDBC interfaces.