IntelliJ IDEA 2018.1 Help

Add / Edit Relationship

From the Import Database Schema dialog: add or edit1 in the Database Schema Mapping section.


Use this dialog to specify the settings for a relationship.

ItemDescription
Source / Target Within the relationship, one of the entities (the left-hand one) is referred to as a source and the other one as a target.
Table The corresponding database table.
Attribute nameThe name of the field to be added to the corresponding entity and also the name of the relationship.
TypeThe Java type for the corresponding field.
Map Key ColumnSelect the desired column name from the drop-down list.
Join TableThe join table if used.
Join Columns Joined table columns for the relationship.

Use add and delete to manage the list.

Last modified: 24 July 2018

See Also