Uses of Interface
org.apache.ibatis.executor.loader.ProxyFactory

Packages that use ProxyFactory
org.apache.ibatis.executor.loader TODO fillme. 
org.apache.ibatis.executor.resultset TODO fillme. 
org.apache.ibatis.session TODO fillme. 
 

Uses of ProxyFactory in org.apache.ibatis.executor.loader
 

Classes in org.apache.ibatis.executor.loader that implement ProxyFactory
 class CglibProxyFactory
           
 class JavassistProxyFactory
           
 

Uses of ProxyFactory in org.apache.ibatis.executor.resultset
 

Fields in org.apache.ibatis.executor.resultset declared as ProxyFactory
protected  ProxyFactory FastResultSetHandler.proxyFactory
           
 

Uses of ProxyFactory in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session declared as ProxyFactory
protected  ProxyFactory Configuration.proxyFactory
           
 

Methods in org.apache.ibatis.session that return ProxyFactory
 ProxyFactory Configuration.getProxyFactory()
           
 

Methods in org.apache.ibatis.session with parameters of type ProxyFactory
 void Configuration.setProxyFactory(ProxyFactory proxyFactory)
           
 



Copyright © 2010-2013 MyBatis.org. All Rights Reserved.