Uses of Class
org.apache.ibatis.executor.loader.ResultLoaderMap

Packages that use ResultLoaderMap
org.apache.ibatis.executor.loader TODO fillme. 
org.apache.ibatis.executor.loader.cglib   
org.apache.ibatis.executor.loader.javassist   
 

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

Methods in org.apache.ibatis.executor.loader with parameters of type ResultLoaderMap
 Object ProxyFactory.createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
           
 

Uses of ResultLoaderMap in org.apache.ibatis.executor.loader.cglib
 

Methods in org.apache.ibatis.executor.loader.cglib with parameters of type ResultLoaderMap
 Object CglibProxyFactory.createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
           
 

Uses of ResultLoaderMap in org.apache.ibatis.executor.loader.javassist
 

Methods in org.apache.ibatis.executor.loader.javassist with parameters of type ResultLoaderMap
 Object JavassistProxyFactory.createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
           
 



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