org.apache.ibatis.executor.loader
Class CglibProxyFactory

java.lang.Object
  extended by org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
      extended by org.apache.ibatis.executor.loader.CglibProxyFactory
All Implemented Interfaces:
ProxyFactory

Deprecated.

@Deprecated
public class CglibProxyFactory
extends CglibProxyFactory


Constructor Summary
CglibProxyFactory()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
createDeserializationProxy, createProxy, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CglibProxyFactory

public CglibProxyFactory()
Deprecated. 


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.