public interface ProxyFactory
Modifier and Type | Method and Description |
---|---|
Object |
createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
void |
setProperties(Properties properties) |
void setProperties(Properties properties)
Object createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
Copyright © 2010–2015 MyBatis.org. All rights reserved.