BorzdeG
Entity.all()
Entity.all().sortedBy{ it.id }
tapac
override fun all() = wrapRows(table.selectAll().orderBy(table.id).notForUpdate())
A modern programming language that makes developers happier.