org.apache.ojb.broker.accesslayer
Class RelationshipPrefetcherFactory
java.lang.Object
org.apache.ojb.broker.accesslayer.RelationshipPrefetcherFactory
public class RelationshipPrefetcherFactory
- extends Object
Factory for Relationship Prefetchers
- Version:
- $Id: RelationshipPrefetcherFactory.java,v 1.1 2007-08-24 22:17:30 ewestfal Exp $
- Author:
- Jakob Braeuchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
broker
private PersistenceBrokerImpl broker
RelationshipPrefetcherFactory
public RelationshipPrefetcherFactory(PersistenceBrokerImpl broker)
createRelationshipPrefetcher
public RelationshipPrefetcher createRelationshipPrefetcher(ObjectReferenceDescriptor ord)
- create either a CollectionPrefetcher or a ReferencePrefetcher
createRelationshipPrefetcher
public RelationshipPrefetcher createRelationshipPrefetcher(ClassDescriptor anOwnerCld,
String aRelationshipName)
- create either a CollectionPrefetcher or a ReferencePrefetcher
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.