Skip to content

Commit 421b055

Browse files
committed
Remove beta note
1 parent bf7d608 commit 421b055

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/refguide10/modeling/domain-model/entities

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2727
## Types of Entities {#entity-types}
2828

2929
{{% 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.
3131
{{% /alert %}}
3232

3333
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:
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.
3939
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-
4. View entity (beta)
41+
4. View entity
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

4444
{{< figure src="/attachments/refguide10/modeling/domain-model/entities/type-of-entities.png" width=="300" >}}

0 commit comments

Comments
 (0)