1. Create a new Car entity and add the following attributes:
    1. registration of type Date 
    2. mileage of type Integer
    3. kw of type Integer
    4. price of type Double
  2. Close the Car tab and click Yes in the following dialog to save the Car entity
  3. Create a Logbook entity.
  4. Under Entities in the Project Manager, click Car.java and add the Car entity to the entity editor under Attributes.
  5. In the following dialog, choose the One to One (1:1) option. 
  6. Apply the setting Bidirectional.
  7. Click OK.
  8. Click Save.



Result:
Note: