Querydsl SQL emulates paging of all the supports databases, so you can write directly query.from(a) .where(a.z.eq(1)) .limit(1) .list(a);.
確定! 回上一頁