Uses of Interface
org.apache.openjpa.lib.graph.GraphVisitor

Packages that use GraphVisitor
org.apache.openjpa.lib.graph Graph Abstraction 
 

Uses of GraphVisitor in org.apache.openjpa.lib.graph
 

Methods in org.apache.openjpa.lib.graph with parameters of type GraphVisitor
 void BreadthFirstWalk.addGraphVisitor(GraphVisitor visitor)
          add a GraphVisitor to be notified during breadth first search.
 void BreadthFirstWalk.removeGraphVisitor(GraphVisitor visitor)
          remove a given GraphVisitor from the listener set.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.