1. Create an Automaker entity and add a company attribute of type String
  2. Close the Automaker tab and click Yes in the following dialog to save the Automaker entity.
  3. Create a Carmodel entity and add a model attribute of type String.
  4. Under Entities in the Project Manager, click Automaker.java and add the Automaker entity to the entity editor under Attributes.
  5. In the following dialog, choose the Many to One (n:1) option. 
  6. Apply the Bidirectional setting.
  7. Click OK.
  8. Click Save.
Result:
Hinweis: