Uses of Class
org.apache.commons.dbutils.BeanProcessor
Packages that use BeanProcessor
Package
Description
DbUtils is a small set of classes designed to make working with JDBC easier.
-
Uses of BeanProcessor in org.apache.commons.dbutils
Subclasses of BeanProcessor in org.apache.commons.dbutilsModifier and TypeClassDescriptionclass
Provides generous name matching (e.g.Fields in org.apache.commons.dbutils declared as BeanProcessorModifier and TypeFieldDescriptionprivate final BeanProcessor
BasicRowProcessor.convert
Use this to process beans.private static final BeanProcessor
BasicRowProcessor.defaultConvert
The default BeanProcessor instance to use if not supplied in the constructor.Constructors in org.apache.commons.dbutils with parameters of type BeanProcessorModifierConstructorDescriptionBasicRowProcessor
(BeanProcessor convert) BasicRowProcessor constructor.