public interface RelationshipPrefetcher
Modifier and Type | Method and Description |
---|---|
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)
|
ClassDescriptor getItemClassDescriptor()
void prepareRelationshipSettings()
void prefetchRelationship(java.util.Collection owners)
void restoreRelationshipSettings()
int getLimit()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30