You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/domain-model/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,20 +37,22 @@ Below is a domain model that describes customers and orders. The names of the en
37
37
| Element | Displays |
38
38
| --- | --- |
39
39
| 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 |
41
40
| 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 |
43
41
| 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 |
44
43
| Validation Rule | An indication that one or more [validation rules](/refguide/validation-rules/) have been set up for this attribute, the attribute *"FullName"*|
45
44
| Calculated Value | An indication that the value of this attribute (*"NameLength"*) is calculated |
46
45
| Persistable Entity | This is an entity stored permanently in a database |
47
46
| One | Indicates that one of this entity relates to the quantity of the entity at the other end of the association |
48
47
| Association Name | How the [association](/refguide/associations/) will be referred to in the database |
49
48
| Many | Indicates that many of these entities relate to the quantity of the entity at the other end of the association |
50
49
| 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*|
51
51
| Attribute Name | How this [attribute](/refguide/attributes/) will be referred to in the database, *"Number"*|
52
52
| 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 |
53
54
| 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 |
54
56
| External Entity | This is an entity which represents a link to an external data source |
55
57
56
58
## Implementation of Persistable Entities {#implementation}
0 commit comments