Uses of Interface
org.apache.openjpa.lib.graph.GraphVisitor
-
Uses of GraphVisitor in org.apache.openjpa.lib.graph
Modifier and TypeMethodDescriptionvoid
BreadthFirstWalk.addGraphVisitor
(GraphVisitor visitor) add aGraphVisitor
to be notified during breadth first search.void
BreadthFirstWalk.removeGraphVisitor
(GraphVisitor visitor) remove a givenGraphVisitor
from the listener set.