Uses of Class
org.apache.ibatis.executor.loader.ResultLoaderMap
-
Packages that use ResultLoaderMap Package Description org.apache.ibatis.executor.loader Base package for loading results into beans.org.apache.ibatis.executor.loader.cglib CGLIB proxy factory.org.apache.ibatis.executor.loader.javassist Javassist proxy factory. -
-
Uses of ResultLoaderMap in org.apache.ibatis.executor.loader
Methods in org.apache.ibatis.executor.loader with parameters of type ResultLoaderMap Modifier and Type Method Description 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 Modifier and Type Method Description Object
CglibProxyFactory. createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
Deprecated. -
Uses of ResultLoaderMap in org.apache.ibatis.executor.loader.javassist
Methods in org.apache.ibatis.executor.loader.javassist with parameters of type ResultLoaderMap Modifier and Type Method Description Object
JavassistProxyFactory. createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
-