public class PartiallyUpdateableProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor, PartiallyUpdateable, Serializable
| Constructor and Description |
|---|
PartiallyUpdateableProxy(Morphium m,
T o) |
| Modifier and Type | Method and Description |
|---|---|
T |
__getDeref() |
T |
__getPureDeref() |
void |
clearAlteredFields() |
List<String> |
getAlteredFields() |
Object |
intercept(Object o,
Method method,
Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy) |
public T __getDeref()
public T __getPureDeref()
public List<String> getAlteredFields()
getAlteredFields in interface PartiallyUpdateablepublic void clearAlteredFields()
clearAlteredFields in interface PartiallyUpdateableCopyright © 2016. All rights reserved.