Uses of Interface
org.apache.cayenne.query.PrefetchProcessor
Package | Description |
---|---|
org.apache.cayenne.query |
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
|
-
Uses of PrefetchProcessor in org.apache.cayenne.query
Methods in org.apache.cayenne.query with parameters of type PrefetchProcessor Modifier and Type Method Description void
PrefetchTreeNode. traverse(PrefetchProcessor processor)
Traverses the tree depth-first, invoking callback methods of the processor when passing through the nodes.