Root<Course> courseRoot = query.from(Course.class); // 鏈接兩個表 Join<Course, Klass> klassJoin = root.join("klasses"); // select 查詢 ...
確定! 回上一頁