Application ModelEntities

Entities have attributes which are defined as domain types, and can have primary and alternate keys, and foreign key relationships.

No implementation is required for "Create, Read, Update, Delete" (CRUD) style operations specified as stereotyped methods in UML. Other business methods can also be used whose signatures are defined in UML. Complex database operations can be specified in SQL.

The persistent store has pre and post access Exit Points.