public class LexEVSProxyHelperImpl extends ProxyHelperImpl
Constructor and Description |
---|
LexEVSProxyHelperImpl() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
convertObjectToProxy(ApplicationService as,
java.lang.Object obj) |
protected java.lang.Object |
createClone(java.lang.Object source)
Creates a serializable copy of a given object
|
protected java.util.List<java.lang.reflect.Field> |
getAnnotatedFields(java.lang.Object obj,
java.lang.Class annotation) |
boolean |
isInitialized(MethodInvocation invocation)
Returns true if the object is initialized
|
java.lang.Object |
lazyLoad(ApplicationService as,
MethodInvocation invocation)
Implements the LazyLoading
|
convertArrayToProxy, convertCollectionToProxy, convertListProxyToProxy, convertToObject, convertToProxy, getAllFields, getField, getMethod
protected java.lang.Object convertObjectToProxy(ApplicationService as, java.lang.Object obj)
convertObjectToProxy
in class ProxyHelperImpl
public boolean isInitialized(MethodInvocation invocation) throws java.lang.Throwable
isInitialized
in interface ProxyHelper
isInitialized
in class ProxyHelperImpl
java.lang.Throwable
public java.lang.Object lazyLoad(ApplicationService as, MethodInvocation invocation) throws java.lang.Throwable
lazyLoad
in interface ProxyHelper
lazyLoad
in class ProxyHelperImpl
java.lang.Throwable
protected java.lang.Object createClone(java.lang.Object source)
createClone
in class ProxyHelperImpl
protected java.util.List<java.lang.reflect.Field> getAnnotatedFields(java.lang.Object obj, java.lang.Class annotation)