Class CglibProxyFactory
java.lang.Object
org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
org.apache.ibatis.executor.loader.CglibProxyFactory
- All Implemented Interfaces:
ProxyFactory
Deprecated.
- Author:
- Clinton Begin
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
createDeserializationProxy, createProxy
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
-
Constructor Details
-
CglibProxyFactory
public CglibProxyFactory()Deprecated.
-