| Package | Description |
|---|---|
| org.apache.ibatis.executor.loader |
TODO fillme.
|
| org.apache.ibatis.executor.loader.cglib | |
| org.apache.ibatis.executor.loader.javassist |
| Modifier and Type | Method and Description |
|---|---|
Object |
ProxyFactory.createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CglibProxyFactory.createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavassistProxyFactory.createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.