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 TypeClassDescriptionclassProvides generous name matching (e.g.Fields in org.apache.commons.dbutils declared as BeanProcessorModifier and TypeFieldDescriptionprivate final BeanProcessorBasicRowProcessor.convertUse this to process beans.private static final BeanProcessorBasicRowProcessor.defaultConvertThe 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.