|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.accesslayer.BasePrefetcher
public abstract class BasePrefetcher
Abstract Prefetcher.
Constructor Summary | |
---|---|
BasePrefetcher(PersistenceBrokerImpl aBroker,
java.lang.Class anItemClass)
Constructor for BasePrefetcher. |
Method Summary | |
---|---|
ClassDescriptor |
getItemClassDescriptor()
Returns the ClassDescriptor of the item Class |
int |
getLimit()
The limit of objects loaded by one SQL query |
void |
prefetchRelationship(java.util.Collection owners)
Prefetch the Relationship for the owners (the 1 side of a 1:n) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ojb.broker.accesslayer.RelationshipPrefetcher |
---|
prepareRelationshipSettings, restoreRelationshipSettings |
Constructor Detail |
---|
public BasePrefetcher(PersistenceBrokerImpl aBroker, java.lang.Class anItemClass)
Method Detail |
---|
public int getLimit()
getLimit
in interface RelationshipPrefetcher
public void prefetchRelationship(java.util.Collection owners)
RelationshipPrefetcher
prefetchRelationship
in interface RelationshipPrefetcher
RelationshipPrefetcher.prefetchRelationship(Collection)
public ClassDescriptor getItemClassDescriptor()
getItemClassDescriptor
in interface RelationshipPrefetcher
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |