1String sql = "INSERT INTO person (id, amount) VALUES (:id, :name)"; 2Query insert = em.createNativeQuery(sql); 3sql.setParameter("id", 123); 4sql.
確定! 回上一頁