When there's multiple DTOs for one db table, does ...
# komapper
d
When there's multiple DTOs for one db table, does Meta.all() just return the one with the most properties? I think that would be the expected behaviour for those using it with QueryDSL.create/drop.... but it seems like it returns all of them... or maybe it would be better to just return all the DTOs and merge the properties into a Set to create the table (since some DTOs might have fields that others don't...)