Query q = JPA.em().createNativeQuery("SELECT * from post p");. List<Post> posts = (List<Post>)q.getResultList(); ...
確定! 回上一頁