createQuery(criteria); Long offset = pageable.getOffset(); query.setFirstResult(offset.intValue()); query.setMaxResults(pageable.
確定! 回上一頁