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

Packages that use ProxyFactory
org.apache.commons.dbutils   
org.apache.commons.dbutils.wrappers   
 

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.