Uses of Class
org.apache.openjpa.lib.graph.Graph
-
Packages that use Graph Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.lib.graph Graph Abstraction -
-
Uses of Graph in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type Graph Modifier and Type Method Description protected void
ConstraintUpdateManager. flushGraph(Graph graph, PreparedStatementManager psMgr, boolean autoAssign)
Flush the given graph of rows in the proper order.protected DepthFirstAnalysis
ConstraintUpdateManager. newDepthFirstAnalysis(Graph graph, boolean autoAssign)
Create a newDepthFirstAnalysis
suitable for the given graph and auto-assign settings. -
Uses of Graph in org.apache.openjpa.lib.graph
Constructors in org.apache.openjpa.lib.graph with parameters of type Graph Constructor Description BreadthFirstWalk(Graph graph)
DepthFirstAnalysis(Graph graph)
Constructor.
-