|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationshipPrefetcher
Interface for Relationship Prefetchers. Each Prefetcher handles a single Relationship (1:1 or 1:n)
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) |
void |
prepareRelationshipSettings()
Prepare the Relationship for prefetch (ie: disable auto-retrieve) |
void |
restoreRelationshipSettings()
Restore the Relationship settings(ie: enable auto-retrieve) |
Method Detail |
---|
ClassDescriptor getItemClassDescriptor()
void prepareRelationshipSettings()
void prefetchRelationship(java.util.Collection owners)
void restoreRelationshipSettings()
int getLimit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |