Skip to content

Commit 9532326

Browse files
authored
Merge pull request mendix#9151 from mendix/MvM-ViewEntityImage
Update type of entities image
2 parents 2ef99d4 + f5bfd25 commit 9532326

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ View entities were introduced in [Studio Pro 10.19](/releasenotes/studio-pro/10.
3232

3333
The entity type defines how the data is handled and there are four types:
3434

35-
* Persistable entity
35+
1. Persistable entity
3636
* When an entity is declared persistable, a database table is created for the entity. These type of entities are colored *blue* in the domain model.
37-
* Non-persistable entity
37+
2. Non-persistable entity
3838
* Non-persistable entities are stored in the runtime memory and never get committed to the database. These type of entities are colored *orange* in the domain model.
39-
* External entity
39+
3. External entity
4040
* External entities represent the link to datasets that are made available through shared data sources registered in Mendix Catalog. These type of entities are colored *purple* in the domain model.
41-
* View entity (beta)
41+
4. View entity (beta)
4242
* View entities represent the result sets of stored OQL queries on one or more entities, similar to database views, and are read-only. These entities are colored *green* in the domain model.
4343

44-
{{< figure src="/attachments/refguide/modeling/domain-model/entities/type-of-entities.jpg" class="no-border" width=="300" >}}
44+
{{< figure src="/attachments/refguide/modeling/domain-model/entities/type-of-entities.png" width=="300" >}}
4545

4646
The structure of persistable, non-persistable, and view entities are defined within your app. This page describes how to add and update persistable and non-persistable entities. For more information on persistable entities, see [Persistability](/refguide/persistability/).
4747

Binary file not shown.
130 KB
Loading

0 commit comments

Comments
 (0)