Creating an Entity

To create an entity, select the package where you want to create it and from the right-click context menu, choose Class, then Entity.

As an example, consider the Person entity in the Cúram model. Once it is added to the Person package, the required attributes are created for it. Entity operations are also added which handle the data passing to and from the database tables.