If we now would want to load only the non-empty categories, our JPQL would look like this: EntityManager em = getEntityManager(); List<Category> categories ...
確定! 回上一頁