|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.accesslayer.BasePrefetcher
org.apache.ojb.broker.accesslayer.RelationshipPrefetcherImpl
org.apache.ojb.broker.accesslayer.CollectionPrefetcher
org.apache.ojb.broker.accesslayer.MtoNCollectionPrefetcher
public class MtoNCollectionPrefetcher
Relationship Prefetcher for MtoN-Collections.
Constructor Summary | |
---|---|
MtoNCollectionPrefetcher(PersistenceBrokerImpl aBroker,
ObjectReferenceDescriptor anOrd)
|
Method Summary | |
---|---|
void |
prefetchRelationship(java.util.Collection owners)
Prefetch the Relationship for the owners (the 1 side of a 1:n) |
Methods inherited from class org.apache.ojb.broker.accesslayer.RelationshipPrefetcherImpl |
---|
prepareRelationshipSettings, restoreRelationshipSettings |
Methods inherited from class org.apache.ojb.broker.accesslayer.BasePrefetcher |
---|
getItemClassDescriptor, getLimit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MtoNCollectionPrefetcher(PersistenceBrokerImpl aBroker, ObjectReferenceDescriptor anOrd)
aBroker
- the PersistenceBrokeranOrd
- the CollectionDescriptorMethod Detail |
---|
public void prefetchRelationship(java.util.Collection owners)
RelationshipPrefetcher
prefetchRelationship
in interface RelationshipPrefetcher
prefetchRelationship
in class BasePrefetcher
RelationshipPrefetcher.prefetchRelationship(Collection)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |