Skip to content

Entities

Sergey Kadnikov edited this page Aug 15, 2019 · 7 revisions

Entities

Entities are the main building blocks of ER model. Entity is a persistent object that can be saved and restored to\from relational DB.

Fields

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

Attributes

Each entity can have a number of attributes.

Field Type Description
1 2 2
Clone this wiki locally