IntelliJ IDEA 12.1.0 Web Help

The following is available only in the Ultimate edition of IntelliJ IDEA

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.
  2. Click the source domain class and draw a link to the target domain class:

    grailsLink1.png

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

    grailsLink2.png

    The resulting relationship is displayed in diagram:

    grailsLink3.png

See Also

Reference:

Web Resources: