Query q = em.createNativeQuery("select id from users where username = :username"); q.setParameter("username", "lt"); ...
確定! 回上一頁