Uses of Interface
org.apache.commons.dbutils.PropertyHandler
-
Packages that use PropertyHandler 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.properties Implementations of the org.apache.commons.dbutils.PropertyHandler interface. -
-
Uses of PropertyHandler in org.apache.commons.dbutils
Fields in org.apache.commons.dbutils with type parameters of type PropertyHandler Modifier and Type Field Description private static java.util.List<PropertyHandler>
BeanProcessor. propertyHandlers
-
Uses of PropertyHandler in org.apache.commons.dbutils.handlers.properties
Classes in org.apache.commons.dbutils.handlers.properties that implement PropertyHandler Modifier and Type Class Description class
DatePropertyHandler
PropertyHandler
for date fields.class
StringEnumPropertyHandler
PropertyHandler
for enums.
-