首页 > 编程学习 > Nutz:fetchLinks 三级关联表的应用
2016十月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"));
        }

Loading

本文地址:https://wizzer.cn/archives/3303 , 转载请保留.

本文目前尚无任何评论.

发表评论