Open felipear89 opened 9 years ago
@felipear89 How do you deal with this ? I want to map a column for a nested proprty in a class !
Regards
@helenoalves @felipear89 sorry for hijacking that but simpleflatmapper has sql2o support and provide inner object mapping see http://simpleflatmapper.org/0108-getting-started-sql2o.html
I want to map colMaps.put("client_id", "client.id");
then, the framework would do client = new Client() and client.setId(resultset.getString('id')