Uses of Class
org.apache.commons.dbutils.ProxyFactory

Packages that use ProxyFactory
org.apache.commons.dbutils DbUtils is a small set of classes designed to make working with JDBC easier. 
org.apache.commons.dbutils.wrappers Wrappers that add functionality to java.sql classes. 
 

Uses of ProxyFactory in org.apache.commons.dbutils
 

Fields in org.apache.commons.dbutils declared as ProxyFactory
private static ProxyFactory ProxyFactory.instance
          The Singleton instance of this class.
 

Methods in org.apache.commons.dbutils that return ProxyFactory
static ProxyFactory ProxyFactory.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 ProxyFactory
private static ProxyFactory StringTrimmedResultSet.factory
          The factory to create proxies with.
private static ProxyFactory SqlNullCheckedResultSet.factory
          The factory to create proxies with.