Module org.eclipse.persistence.core
Class InheritanceHierarchyBuilder
java.lang.Object
org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
INTERNAL:
-
Method Summary
Modifier and TypeMethodDescriptionstatic Hashtable
<String, HierarchyNode> buildInheritanceHierarchyTree
(Project project) static HierarchyNode
getNodeForClass
(String className, Hashtable<String, HierarchyNode> hierarchyTree) INTERNAL: Based on a class name either return a pre-existing node from the hierarchyTree or build one and add it to the tree.
-
Method Details
-
getNodeForClass
public static HierarchyNode getNodeForClass(String className, Hashtable<String, HierarchyNode> hierarchyTree) INTERNAL: Based on a class name either return a pre-existing node from the hierarchyTree or build one and add it to the tree. -
buildInheritanceHierarchyTree
-