Not seeing anyone here (in search) asking about "C...
# exposed
s
Not seeing anyone here (in search) asking about "Cannot access class 'java.lang.Class'" in the DAO example
class City(id: EntityID<Int>) : IntEntity(id) {
companion object : IntEntityClass<City>(Cities)
var name by Cities.name
}