Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.lib.graph |
Graph Abstraction
|
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–2017 Apache Software Foundation. All rights reserved.