You can generate CDM objects to other model objects.
CDM |
OOM |
PDM |
---|---|---|
Entity |
Class - All entities with the Generate property selected are generated as persistent classes with the Generate table persistence mode. If an entity's Generate property is not selected, the generated class has the Migrate columns persistence mode. |
Table - If the entity is involved in an inheritance, the inheritance Generation Mode setting (see Inheritance Properties) affects whether parents and children are generated. |
Entity attribute |
Attribute |
Table column Note:
Two columns in the same table cannot have the same name. If column names conflict due to foreign key migration, PowerDesigner automatically renames the migrated columns to the first three letters of the original entity name followed by the code of the attribute.
|
Primary identifier |
- |
Primary or foreign key depending on independent or dependent relationship |
Identifier |
- |
Alternate key |
Association |
Relationship or association |
- |
Binary association with attributes |
Association class |
- |
Inheritance |
Generalization |
- |
Relationship |
- |
Reference |