Uses of Class
org.apache.commons.dbutils.ProxyFactory
Packages that use ProxyFactory
Package
Description
DbUtils is a small set of classes designed to make working with JDBC easier.
Wrappers that add functionality to java.sql classes.
-
Uses of ProxyFactory in org.apache.commons.dbutils
Fields in org.apache.commons.dbutils declared as ProxyFactoryModifier and TypeFieldDescriptionprivate static final ProxyFactoryProxyFactory.instanceThe Singleton instance of this class.Methods in org.apache.commons.dbutils that return ProxyFactoryModifier and TypeMethodDescriptionstatic ProxyFactoryProxyFactory.instance()Returns the Singleton instance of this class. -
Uses of ProxyFactory in org.apache.commons.dbutils.wrappers
Fields in org.apache.commons.dbutils.wrappers declared as ProxyFactoryModifier and TypeFieldDescriptionprivate static final ProxyFactorySqlNullCheckedResultSet.factoryThe factory to create proxies with.private static final ProxyFactoryStringTrimmedResultSet.factoryThe factory to create proxies with.