You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Converts each matched relationship into an aggregate entity that has copies of the attributes that the original relationship was between, and creates relationships between these attributes and the original relationship attributes.
REPLACE WITH THIS IMAGE: Images/Model Conversions/Split Relationships.png

Label

Description

Match for PK entity

Select the criteria for finding the matching PK entities.

Match for FK entity

Select the criteria for finding the matching FK entities.

Match for relationship

Select the criteria for finding the matching relationships from the drop-down list. Refer to Model Conversion Matching Criteria for details.

Include self referencing

Indicates whether to find relationships that reference the same entity.

Generated entity name

The name for the created entity.

Note

The template variables are:

  • relationship: The relationship between the matching FK attribute and PK attribute.
  • fkTable: The table object for the entity of the matched FK attribute.
  • pkTable: The table object for the entity of the matched PK attribute.

Assign to generated entity

Assign the selected entity types to the new entity.

FK attribute name

Select the how to name the attribute that references the PK attribute:

  • Business Key or Primary Key - Use the Business Key or Primary Key from the PK entity (default).
  • FK attribute name - Use the name from the FK attribute.

Remove FK attribute

Delete the FK attribute in the matched relationships.

  • No labels