Module org.eclipse.persistence.core
Class HierarchyNode
java.lang.Object
org.eclipse.persistence.internal.codegen.HierarchyNode
INTERNAL:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList<?> This member will hold the different definition types that should be implemented by the code generated children Used mostly in CMP code generation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(HierarchyNode child) voidsetParent(HierarchyNode parent) toString()
-
Field Details
-
className
-
parent
-
children
-
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
-
-
Method Details