Package org.apache.cayenne.query
Interface PrefetchProcessor
public interface PrefetchProcessor
A hierarchical visitor interface for traversing a tree of PrefetchTreeNodes. If any of
the processing methods return false, node's children will be skipped from traversal.
- Since:
- 1.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
startDisjointByIdPrefetch
(PrefetchTreeNode prefetchTreeNode) boolean
boolean
boolean
boolean
-
Method Details
-
startPhantomPrefetch
-
startDisjointPrefetch
-
startDisjointByIdPrefetch
- Since:
- 3.1
-
startJointPrefetch
-
startUnknownPrefetch
-
finishPrefetch
-