Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.lib.graph |
Graph Abstraction
This package provides a graph abstraction and graph-related algorithms.
|
Class and Description |
---|
DepthFirstAnalysis
Performs a depth-first analysis of a given
Graph , caching
information about the graph's nodes and edges. |
Graph
Graph representation using the adjacency list form.
|
Class and 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
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.