-
Notifications
You must be signed in to change notification settings - Fork 1
Entities
Sergey Kadnikov edited this page Aug 15, 2019
·
7 revisions
Entities are the main building blocks of ER model. Entity is a persistent object that can be saved and restored to\from relational DB.
Entity object is described with the following fields
Field | Type | Description |
---|---|---|
UID | String | Unique identifier of entity throughout all models |
System name | String | System name of the entity is a brief name used to address entity in code \ used for code generation. System name can have no whitespaces and usually is set in camel-case |
Each entity can have a number of attributes.
Field | Type | Description |
---|---|---|
1 | 2 | 2 |