com.jdon.domain.proxy
类 ModelProxyFactory

java.lang.Object
  继承者 com.jdon.domain.proxy.ModelProxyFactory

public class ModelProxyFactory
extends Object

This class is used to create the proxy for models,it uses cglib to create model proxy. for example :

作者:
xmuzyu banq

构造方法摘要
ModelProxyFactory()
           
 
方法摘要
 Object create(Class modelClass, net.sf.cglib.proxy.MethodInterceptor methodInterceptor)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ModelProxyFactory

public ModelProxyFactory()
方法详细信息

create

public Object create(Class modelClass,
                     net.sf.cglib.proxy.MethodInterceptor methodInterceptor)


Copyright © 2013. All Rights Reserved.