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.
|
Modifier and Type | Method and 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 new
DepthFirstAnalysis suitable for the given graph
and auto-assign settings. |
Constructor and Description |
---|
BreadthFirstWalk(Graph graph) |
DepthFirstAnalysis(Graph graph)
Constructor.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.