In the sample provided with Kotlin Exposed, how can I find the City DAO if I have the name of the User with whom the city is associated?
(In other words, while the examples show joins on DSLs using innerjoin, I could not load a DAO for one table, by joining its table with another and specifying the where clause on the values of the other table).