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
|
方法摘要 |
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.