201610 月20
Nutz:fetchLinks 三级关联表的应用
Shop_goods_type obj = shopGoodsTypeService.fetch(id); shopGoodsTypeService.fetchLinks(obj, null, Cnd.orderBy().asc("location")); for (Shop_goods_type_props o : obj.getPropsList()) { shopGoodsTypeService.dao().fetchLinks(o, null, Cnd.orderBy().asc("location")); }