org.apache.ibatis.executor.loader
Class CglibProxyFactory
java.lang.Object
org.apache.ibatis.executor.loader.CglibProxyFactory
- All Implemented Interfaces:
- ProxyFactory
public final class CglibProxyFactory
- extends Object
- implements ProxyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CglibProxyFactory
public CglibProxyFactory()
createProxy
public Object createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs)
- Specified by:
createProxy
in interface ProxyFactory
createDeserializationProxy
public Object createDeserializationProxy(Object target,
Set<String> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs)
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties
in interface ProxyFactory
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.