EntityManager em = emf.createEntityManager(); Employee employee = em.find(Employee.class, id); System.out.println("-- removing entity --");
確定! 回上一頁