Skip to content

Commit 4daa464

Browse files
committed
Update domain model components image.
1 parent c75aff4 commit 4daa464

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/domain-model/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,22 @@ Below is a domain model that describes customers and orders. The names of the en
3737
| Element | Displays |
3838
| --- | --- |
3939
| Annotation | A comment explaining an aspect of the domain model |
40-
| Entity Name | How the [entity](/refguide/entities/) will be referred to in the database |
4140
| Generalization | Indicates that this entity is based on another entity (see [generalization](/refguide/entities/#generalization) in *Entities*) and will include that entity's attributes and behavior |
42-
| Event Handler | An indication that one or more [event handlers](/refguide/event-handlers/) have been set up for this entity |
4341
| Image | An image which helps to identify the entity |
42+
| Event Handler | An indication that one or more [event handlers](/refguide/event-handlers/) have been set up for this entity |
4443
| Validation Rule | An indication that one or more [validation rules](/refguide/validation-rules/) have been set up for this attribute, the attribute *"FullName"* |
4544
| Calculated Value | An indication that the value of this attribute (*"NameLength"*) is calculated |
4645
| Persistable Entity | This is an entity stored permanently in a database |
4746
| One | Indicates that one of this entity relates to the quantity of the entity at the other end of the association |
4847
| Association Name | How the [association](/refguide/associations/) will be referred to in the database |
4948
| Many | Indicates that many of these entities relate to the quantity of the entity at the other end of the association |
5049
| Association Owner | An end of an association without an arrow indicates that this entity owns the association (it is also possible for both entities to own the association, see [ownership](/refguide/associations/#ownership) in *Associations* for more information) |
50+
| Entity Name | How the [entity](/refguide/entities/) will be referred to in the database, *Order* |
5151
| Attribute Name | How this [attribute](/refguide/attributes/) will be referred to in the database, *"Number"* |
5252
| Attribute Type | The [type](/refguide/attributes/#type) (*Autonumber*) of data stored in this attribute |
53+
| Service Name | The service which provides the data for this external entity |
5354
| Non-persistable Entity | This is an entity which is not stored in a database but only stored temporarily within the app |
55+
| View Entity | This is an entity which is the result set of a stored OQL query |
5456
| External Entity | This is an entity which represents a link to an external data source |
5557

5658
## Implementation of Persistable Entities {#implementation}
5.04 KB
Loading

0 commit comments

Comments
 (0)