Uses of Interface
org.apache.openjpa.lib.graph.GraphVisitor
Packages that use GraphVisitor
-
Uses of GraphVisitor in org.apache.openjpa.lib.graph
Methods in org.apache.openjpa.lib.graph with parameters of type GraphVisitorModifier 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.