Class CglibProxyFactory
- java.lang.Object
 - 
- org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
 
 
- 
- All Implemented Interfaces:
 ProxyFactory
- Direct Known Subclasses:
 CglibProxyFactory
@Deprecated public class CglibProxyFactory extends Object implements ProxyFactory
Deprecated.Since 3.5.10, use Javassist instead.- Author:
 - Clinton Begin
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CglibProxyFactory()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectcreateDeserializationProxy(Object target, Map<String,ResultLoaderMap.LoadPair> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)Deprecated.ObjectcreateProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)Deprecated.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.ibatis.executor.loader.ProxyFactory
setProperties 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createProxy
public Object createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
Deprecated.- Specified by:
 createProxyin interfaceProxyFactory
 
- 
createDeserializationProxy
public Object createDeserializationProxy(Object target, Map<String,ResultLoaderMap.LoadPair> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
Deprecated. 
 - 
 
 -