Class LazyDeReferencingProxy<T>

java.lang.Object
de.caluga.morphium.LazyDeReferencingProxy<T>
All Implemented Interfaces:
Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class LazyDeReferencingProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
See Also:
  • Constructor Details

    • LazyDeReferencingProxy

      public LazyDeReferencingProxy(Morphium m, Class<? extends T> type, Object id, String collectionName)
  • Method Details

    • __getPureDeref

      public T __getPureDeref()
    • __getDeref

      public T __getDeref()
    • intercept

      public Object intercept(Object o, Method method, Object[] objects, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
      Specified by:
      intercept in interface net.sf.cglib.proxy.MethodInterceptor
      Throws:
      Throwable