org.apache.ojb.broker.accesslayer
Class RelationshipPrefetcherFactory
java.lang.Object
org.apache.ojb.broker.accesslayer.RelationshipPrefetcherFactory
- public class RelationshipPrefetcherFactory
- extends java.lang.Object
Factory for Relationship Prefetchers
- Version:
- $Id: RelationshipPrefetcherFactory.java,v 1.6 2004/05/12 19:25:54 brj Exp $
- Author:
- Jakob Braeuchi
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationshipPrefetcherFactory
public RelationshipPrefetcherFactory()
createRelationshipPrefetcher
public static RelationshipPrefetcher createRelationshipPrefetcher(PersistenceBrokerImpl aBroker,
ObjectReferenceDescriptor ord)
- create either a CollectionPrefetcher or a ReferencePrefetcher
createRelationshipPrefetcher
public static RelationshipPrefetcher createRelationshipPrefetcher(PersistenceBrokerImpl aBroker,
ClassDescriptor anOwnerCld,
java.lang.String aRelationshipName)
- create either a CollectionPrefetcher or a ReferencePrefetcher
(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.1, 2004-09-08