Refining Your Model
The model created for you by the wizard is just a starting point. For most applications, you need to do some additional work to your model to make it useful in your application. To refine your model so that it can be used in the Movies application, you'll ultimately need to do all of the following:
- Remove primary and foreign keys as class properties.
- Add relationships to your model if the wizard didn't have enough information to add them for you.
- Configure your model's relationships in the Advanced Relationship Inspector.
- Generate source files for the Talent class.
Opening Your Model
- In Project Builder, click the Resources category.
- Select Movies.eomodeld.
- Double-click the model icon.
Table of Contents Next Section