BorzdeG
06/07/2018, 6:14 PMEntity.all()
be sorted by default on the primary key? Now for each request, we have to write Entity.all().sortedBy{ it.id }
tapac
06/08/2018, 11:11 AMoverride fun all() = wrapRows(table.selectAll().orderBy(table.id).notForUpdate())