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

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

public class CollectionLazyLoader
extends AbstractLazyLoader


Constructor Summary
CollectionLazyLoader(CollectionConverter collectionConverter, Session session, Node parentNode, CollectionDescriptor collectionDescriptor, Class<?> collectionFieldClass)
           
 
Method Summary
protected  Object fetchTarget()
          Fetch the proxified instance
 
Methods inherited from class org.apache.jackrabbit.ocm.manager.objectconverter.impl.AbstractLazyLoader
getTarget, invoke, isInitialized
 
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

fetchTarget

protected Object fetchTarget()
Description copied from class: AbstractLazyLoader
Fetch the proxified instance

Specified by:
fetchTarget in class AbstractLazyLoader
Returns:
the proxified instance


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