Documentation Archive Developer
Search
Table of Contents Previous Section

Specifying Custom Enterprise Object Classes

Unless you specify otherwise, EOModeler maps entities to the GenericRecord class. When you want to use a custom class instead, you need to specify that custom class in the model.

  1. In EOModeler, inspect the Talent entity.

  2. In the Entity Inspector for Talent, type Talent in the Class field.

  3. Set the MovieRole entity's class to MovieRole.
Now you can generate the source files for your Talent and MovieRole classes.

Table of Contents Next Section