Query q = em.createNativeQuery("SELECT p1.last_name, t1.title_name, t2.title_name FROM person p1 INNER JOIN title t1 ON p1.title_1 ...
確定! 回上一頁