how to get OO2M record from a row of current
the model contains
OColumn bottles = new OColumn("Bottles",SecClass.class, OColumn.RelationType.OneToMany).setRelatedColumn("bottle_ids");
OLog.log(row.getO2MRecord("bottles").toString());
it give the ID not the entire record of the referenced table