Defining the Data Model
Applications produced using the Platform allow processing data. This data takes the form of "scenarios" that are formatted upon a model.
The application data model is described using the JHipster Domain Language, either:
-
In a single file, for a simple data model. For more details, please refer to Section Defining a Data Model; or
-
In several files, for a composite data model. For more details, please refer to Section Defining a Composite Data Model (CDM).