Query query = em.createNativeQuery("update person o set o.personName = :name where o.id = :id") .setParameter("name", "小江") .
確定! 回上一頁