Skip to content

Commit 6d2d603

Browse files
committed
Clarify OQL works for persistable and view entities.
1 parent a1c8639 commit 6d2d603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Mendix Object Query Language (OQL) is a relational query language inspired b
1111
In addition, OQL can use predefined relations (associations) to easily join objects without having to calculate which columns should be coupled. Despite these differences, many SQL keywords also work in OQL.
1212

1313
{{% alert color="info" %}}
14-
OQL can only be used on persistable entities and the associations between them. It cannot be used to reference non-persistable, external, or view [entities](/refguide/entities/).
14+
OQL can only be used on persistable and view entities and the associations between them. It cannot be used with non-persistable or view [entities](/refguide/entities/).
1515
{{% /alert %}}
1616

1717
Some examples of OQL queries are:

0 commit comments

Comments
 (0)