org.apache.portals.graffito.jcr.persistence.objectconverter.impl
Class BeanLazyLoader

java.lang.Object
  extended by org.apache.portals.graffito.jcr.persistence.objectconverter.impl.BeanLazyLoader
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.LazyLoader

public class BeanLazyLoader
extends java.lang.Object
implements net.sf.cglib.proxy.LazyLoader


Constructor Summary
BeanLazyLoader(ObjectConverter objectConverter, javax.jcr.Session session, java.lang.Class beanClass, java.lang.String path)
           
 
Method Summary
 java.lang.Object loadObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanLazyLoader

public BeanLazyLoader(ObjectConverter objectConverter,
                      javax.jcr.Session session,
                      java.lang.Class beanClass,
                      java.lang.String path)
Method Detail

loadObject

public java.lang.Object loadObject()
Specified by:
loadObject in interface net.sf.cglib.proxy.LazyLoader


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.