Klasse LazyDeReferencingProxy<T>

java.lang.Object
de.caluga.morphium.LazyDeReferencingProxy<T>
Alle implementierten Schnittstellen:
Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class LazyDeReferencingProxy<T> extends Object implements net.sf.cglib.proxy.MethodInterceptor, Serializable
Siehe auch:
  • Konstruktordetails

    • LazyDeReferencingProxy

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

    • __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
      Angegeben von:
      intercept in Schnittstelle net.sf.cglib.proxy.MethodInterceptor
      Löst aus:
      Throwable