Uses of Class
org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Packages that use DepthFirstAnalysis Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel -
-
Uses of DepthFirstAnalysis in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return DepthFirstAnalysis Modifier and Type Method Description protected DepthFirstAnalysis
ConstraintUpdateManager. newDepthFirstAnalysis(Graph graph, boolean autoAssign)
Create a newDepthFirstAnalysis
suitable for the given graph and auto-assign settings.
-