Module org.eclipse.persistence.core
Class InheritanceHierarchyBuilder
- java.lang.Object
-
- org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
-
public class InheritanceHierarchyBuilder extends Object
INTERNAL:
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Hashtable<String,HierarchyNode>buildInheritanceHierarchyTree(Project project)static HierarchyNodegetNodeForClass(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 Detail
-
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
public static Hashtable<String,HierarchyNode> buildInheritanceHierarchyTree(Project project)
-
-