Skip to content

Entity Data Modeler (EDM)

Overview

The Entity Data Modeler (EDM) is a component within the MDA framework that focuses on designing the data model of an application. It allows developers to graphically create, visualize, and modify domain objects (entities) and their relationships.

Entity Data Modeler

Key Features

  1. Graphical Modeling:
  2. EDM provides a visual environment for creating domain objects and defining their attributes. Developers can design the data model by dragging and dropping entities, specifying properties, and establishing relationships.

  3. Properties for Various Aspects:

  4. Developers can assign properties to entities for different purposes, such as defining database-related settings (e.g., table names, constraints), user interface attributes, security configurations, and other relevant metadata.

  5. Relationships and Dependencies:

  6. EDM allows users to model relationships between entities, specifying associations, cardinalities, and dependencies. This ensures a clear representation of how different parts of the system are connected.

  7. Code Generation Templates:

  8. Predefined templates and rules for code generation are associated with the EDM. These templates guide the transformation process, automatically generating code based on the graphical models created by developers.

  9. Consistency and Maintainability:

  10. By centralizing the data model in a visual environment, EDM promotes consistency and maintainability. Changes made to the model are reflected in the generated code, reducing the chances of inconsistencies.

  11. Template Customization:

  12. Advanced users can customize code generation templates to tailor the generated code to specific project requirements. This flexibility allows developers to adapt the generated artifacts to the unique needs of their applications.