public class LazyDeReferencingProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
| Constructor and Description |
|---|
LazyDeReferencingProxy(Morphium m,
Class<? extends T> type,
Object id,
String collectionName) |
| Modifier and Type | Method and Description |
|---|---|
T |
__getDeref() |
T |
__getPureDeref() |
Object |
intercept(Object o,
Method method,
Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy) |
Copyright © 2018. All rights reserved.