davide
05/22/2018, 9:31 AMDao/Repository
in Kotlin. Some Github projects like https://github.com/mvysny/vok-orm and https://github.com/JetBrains/Exposed/ use the DAO approach defining data access methods on the entity using a companion object, while, generally, in Java(i.e. Spring Data) we use Repositories to access the data. What is your opinion? Why one approach is better than another?leolima
05/22/2018, 12:26 PMsdeleuze
05/22/2018, 3:13 PMdavide
05/23/2018, 8:24 AM