Merge pull request #7 from VasylTretiakov/patch-1

add missing "d" to "Exposed" in DSL & DAO section of the "Getting Started" page
This commit is contained in:
Andrey.Tarashevskiy
2020-08-13 16:04:39 +03:00
committed by GitHub

View File

@@ -82,7 +82,7 @@ transaction {
### DSL & DAO
Expose comes in two flavors: DSL (Domain Specific Language) and DAO (Data Access Object).
Exposed comes in two flavors: DSL (Domain Specific Language) and DAO (Data Access Object).
On a high level, DSL means type-safe syntax that is similar to SQL whereas DAO means doing CRUD operations on entities.
Observe the below examples and head on to the specific section of each API for more details.
@@ -154,4 +154,4 @@ class City(id: EntityID<Int>) : IntEntity(id) {
```
More on [[DAO API|DAO]]
Or... back to [[Introduction|Home]]
Or... back to [[Introduction|Home]]