Join Slack
Powered by
Do I need to create a mapper fun to transform Resu...
# exposed
a
Antonio Acuña Prieto
07/11/2021, 6:20 PM
Do I need to create a mapper fun to transform ResultRow to the class I want? Something like: Articles.select {
Articles.id
eq I’d }.map { toArticle(it) }.single()
e
Endre Deak
07/12/2021, 4:05 AM
yes, you do if you don’t use the DAO method
4
Views
Open in Slack
Previous
Next