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/refguide10/modeling/domain-model/entities/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The rows in the table are CDs. The type of the two rows is *CD* and this is the
27
27
## Types of Entities {#entity-types}
28
28
29
29
{{% alert color="info" %}}
30
-
View entities were introduced in [Studio Pro 10.19](/releasenotes/studio-pro/10.19/) as a beta feature.
30
+
View entities were introduced in [Studio Pro 10.19](/releasenotes/studio-pro/10.19/) as a beta feature and released for general availability in Studio Pro 10.22.
31
31
{{% /alert %}}
32
32
33
33
The entity type defines how the data is handled and there are four types:
@@ -38,7 +38,7 @@ The entity type defines how the data is handled and there are four types:
38
38
* 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
39
3. External entity
40
40
* 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
-
4. View entity (beta)
41
+
4. View entity
42
42
* 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.
0 commit comments