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

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

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


Constructor Summary
CollectionLazyLoader(CollectionConverter collectionConverter, javax.jcr.Session session, javax.jcr.Node parentNode, CollectionDescriptor collectionDescriptor, java.lang.Class collectionFieldClass)
           
 
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

CollectionLazyLoader

public CollectionLazyLoader(CollectionConverter collectionConverter,
                            javax.jcr.Session session,
                            javax.jcr.Node parentNode,
                            CollectionDescriptor collectionDescriptor,
                            java.lang.Class collectionFieldClass)
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.