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