We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d83fde + b105969 commit e289d74Copy full SHA for e289d74
content/en/docs/Overview/_index.md
@@ -125,7 +125,7 @@ Applications can use the metamodel to construct queries in a type-safe manner:
125
val a = Meta.address
126
127
// define a query
128
-val query = QueryDsl.from(e).where { a.street eq "STREET 101" }.orderBy(a.id)
+val query = QueryDsl.from(a).where { a.street eq "STREET 101" }.orderBy(a.id)
129
```
130
131
### Immutable and composable queries {#immutable-and-composable-queries}
0 commit comments