IntelliJ IDEA 2018.2 Help

Creating and Editing Relationships Between Domain Classes

Use the Domain classes dependencies diagram for creating and editing relationships between the domain classes.

The diagram is completely synchronized with the source code: the changes in the source code are immediately reflected in the diagram, and vice versa, adding or deleting a link in diagram introduces relevant changes to the source code.

To create relationship between domain classes

  1. Select the desired domain class, and click the Domain classes dependencies tab that is located on the bottom of the editor.

  2. Click the source domain class and draw a link to the target domain class:

    grailsLink1

  3. In the dialog box that opens, specify the type of relationship, and the name of the field to be created:
    grailsLink2

    The resulting relationship is displayed in diagram:

    grailsLink3

Last modified: 20 November 2018

See Also