Skip to content

Commit fe9a3a9

Browse files
authored
Merge pull request mendix#10475 from AssassinLYZ/patch-1
Update view entity description and remove beta alert
2 parents 206dbe9 + 62b437d commit fe9a3a9

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ For example, you have a collection of CDs like the one in the table below:
2525
The rows in the table are CDs. The type of the two rows is *CD* and this is the entity name. A specific CD like *How to Dismantle an Atomic Bomb* from the band *U2* is called an object of the entity *CD*. Characteristics like the title and artist are called attributes.
2626

2727
## Types of Entities {#entity-types}
28-
29-
{{% alert color="info" %}}
30-
View entities is currently in beta.
31-
{{% /alert %}}
32-
3328
The entity type defines how the data is handled and there are four types:
3429

3530
1. Persistable entity
@@ -38,7 +33,7 @@ The entity type defines how the data is handled and there are four types:
3833
* 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.
3934
3. External entity
4035
* 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)
36+
4. View entity
4237
* 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.
4338

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

0 commit comments

Comments
 (0)