Uses of Package
org.apache.openjpa.lib.graph
-
Packages that use org.apache.openjpa.lib.graph Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.lib.graph Graph Abstraction -
Classes in org.apache.openjpa.lib.graph used by org.apache.openjpa.jdbc.kernel Class Description DepthFirstAnalysis Performs a depth-first analysis of a givenGraph
, caching information about the graph's nodes and edges.Graph Graph representation using the adjacency list form. -
Classes in org.apache.openjpa.lib.graph used by org.apache.openjpa.lib.graph Class Description Edge A graph edge.Graph Graph representation using the adjacency list form.GraphVisitor A helper interface that allows third parties to be notified of graph events during graph traversals