Query query = entityManager.createQuery("SELECT c FROM Customer c"); List<Customer> result = query.getResultList();. EntityManager 使用起来还是比较简单的。 自 ...
確定! 回上一頁