Package | Description |
---|---|
org.apache.commons.dbutils |
DbUtils is a small set of classes designed to make working with JDBC easier.
|
Modifier and Type | Field and Description |
---|---|
private BeanProcessor |
BasicRowProcessor.convert
Use this to process beans.
|
private static BeanProcessor |
BasicRowProcessor.defaultConvert
The default BeanProcessor instance to use if not supplied in the
constructor.
|
Constructor and Description |
---|
BasicRowProcessor(BeanProcessor convert)
BasicRowProcessor constructor.
|