org.apache.jackrabbit.ocm.manager.objectconverter.impl
Class CollectionLazyLoader

java.lang.Object
  extended by org.apache.jackrabbit.ocm.manager.objectconverter.impl.CollectionLazyLoader
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.LazyLoader

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


Constructor Summary
CollectionLazyLoader(CollectionConverter collectionConverter, Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class collectionFieldClass)
           
 
Method Summary
 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,
                            Session session,
                            Node parentNode,
                            CollectionDescriptor collectionDescriptor,
                            Class collectionFieldClass)
Method Detail

loadObject

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


Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.