java.lang.Object
org.eclipse.persistence.internal.codegen.HierarchyNode

public class HierarchyNode extends Object
INTERNAL:
  • Field Details

    • className

      public String className
    • parent

      public HierarchyNode parent
    • children

      public List<HierarchyNode> children
    • definitions

      public List<?> definitions
      This member will hold the different definition types that should be implemented by the code generated children Used mostly in CMP code generation
  • Constructor Details

    • HierarchyNode

      public HierarchyNode(String className)
  • Method Details